namespace ServiceLib.Events; public static class AppEvents { public static readonly EventChannel ReloadRequested = new(); public static readonly EventChannel ShowHideWindowRequested = new(); public static readonly EventChannel AddServerViaScanRequested = new(); public static readonly EventChannel AddServerViaClipboardRequested = new(); public static readonly EventChannel SubscriptionsUpdateRequested = new(); public static readonly EventChannel ProfilesRefreshRequested = new(); public static readonly EventChannel SubscriptionsRefreshRequested = new(); public static readonly EventChannel ProxiesReloadRequested = 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 AdjustMainLvColWidthRequested = new(); public static readonly EventChannel SetDefaultServerRequested = new(); public static readonly EventChannel RoutingsMenuRefreshRequested = new(); public static readonly EventChannel TestServerRequested = new(); public static readonly EventChannel InboundDisplayRequested = new(); public static readonly EventChannel SysProxyChangeRequested = new(); }