mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
19 lines
386 B
C#
19 lines
386 B
C#
namespace mRemoteNG.UI
|
|
{
|
|
public enum WindowType
|
|
{
|
|
Tree = 0,
|
|
Connection = 1,
|
|
Config = 2,
|
|
ErrorsAndInfos = 4,
|
|
ScreenshotManager = 5,
|
|
Options = 6,
|
|
Update = 9,
|
|
SSHTransfer = 10,
|
|
ActiveDirectoryImport = 11,
|
|
Help = 12,
|
|
ExternalApps = 13,
|
|
PortScan = 14,
|
|
UltraVNCSC = 16,
|
|
}
|
|
} |