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, } }