7 lines
149 B
C#
7 lines
149 B
C#
|
|
namespace Wino.Core.Domain.Models.Navigation;
|
||
|
|
|
||
|
|
public sealed class ShellModeActivationContext
|
||
|
|
{
|
||
|
|
public bool IsInitialActivation { get; init; }
|
||
|
|
}
|