mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
10 lines
342 B
C#
10 lines
342 B
C#
namespace LanMountainDesktop.PluginSdk;
|
|
|
|
public static class PluginHostPropertyKeys
|
|
{
|
|
public const string HostApplicationName = "HostApplicationName";
|
|
public const string HostVersion = "HostVersion";
|
|
public const string PluginSdkApiVersion = "PluginSdkApiVersion";
|
|
public const string HostLanguageCode = "HostLanguageCode";
|
|
}
|