mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
9 lines
333 B
C#
9 lines
333 B
C#
|
|
namespace LanMountainDesktop.Shared.IPC;
|
||
|
|
|
||
|
|
public static class IpcRoutedNotifyIds
|
||
|
|
{
|
||
|
|
public const string CatalogChanged = "lanmountain.catalog.changed";
|
||
|
|
public const string LauncherStartupProgress = "lanmountain.launcher.startup-progress";
|
||
|
|
public const string LauncherLoadingState = "lanmountain.launcher.loading-state";
|
||
|
|
}
|