Files
LanMountainDesktop/LanMountainDesktop.Launcher/LauncherRuntimeContext.cs

7 lines
175 B
C#
Raw Normal View History

2026-04-16 01:59:21 +08:00
namespace LanMountainDesktop.Launcher;
internal static class LauncherRuntimeContext
{
public static CommandContext Current { get; set; } = CommandContext.FromArgs([]);
}