Files
mRemoteNG/mRemoteV1/UI/WindowType.cs
2017-07-17 15:00:59 -07:00

21 lines
333 B
C#

namespace mRemoteNG.UI
{
public enum WindowType
{
Tree = 0,
Connection = 1,
Config = 2,
ErrorsAndInfos = 4,
ScreenshotManager = 5,
Options = 6,
About = 8,
Update = 9,
SSHTransfer = 10,
ActiveDirectoryImport = 11,
Help = 12,
ExternalApps = 13,
PortScan = 14,
UltraVNCSC = 16,
ComponentsCheck = 17,
}
}