Files
mRemoteNG/mRemoteV1/UI/WindowType.cs

23 lines
376 B
C#

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