2026-03-11 01:39:32 +01:00
|
|
|
namespace Wino.Core.Domain.Models.Navigation;
|
|
|
|
|
|
|
|
|
|
public sealed class ShellModeActivationContext
|
|
|
|
|
{
|
|
|
|
|
public bool IsInitialActivation { get; init; }
|
2026-03-12 19:04:47 +01:00
|
|
|
public object Parameter { get; init; }
|
2026-03-11 01:39:32 +01:00
|
|
|
}
|