Files
LanMountainDesktop/LanMountainDesktop.Launcher/LauncherRuntimeContext.cs
2026-04-16 01:59:21 +08:00

7 lines
175 B
C#

namespace LanMountainDesktop.Launcher;
internal static class LauncherRuntimeContext
{
public static CommandContext Current { get; set; } = CommandContext.FromArgs([]);
}