namespace ServiceLib.Events; public static class AppEvents { public static readonly EventChannel AddServerViaClipboardRequested = new(); public static readonly EventChannel HasUpdateNotified = new(); public static readonly EventChannel DispatcherStatisticsRequested = new(); public static readonly EventChannel SendSnackMsgRequested = new(); public static readonly EventChannel SendMsgViewRequested = new(); public static readonly EventChannel AppExitRequested = new(); public static readonly EventChannel ShutdownRequested = new(); public static readonly EventChannel SysProxyChangeRequested = new(); }