mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 03:58:45 +08:00
24 lines
584 B
VB.net
24 lines
584 B
VB.net
Namespace UI
|
|
Namespace Window
|
|
Public Enum Type
|
|
Tree = 0
|
|
Connection = 1
|
|
Config = 2
|
|
Sessions = 3
|
|
ErrorsAndInfos = 4
|
|
ScreenshotManager = 5
|
|
Options = 6
|
|
Export = 7
|
|
About = 8
|
|
Update = 9
|
|
SSHTransfer = 10
|
|
ADImport = 11
|
|
Help = 12
|
|
ExternalApps = 13
|
|
PortScan = 14
|
|
UltraVNCSC = 16
|
|
ComponentsCheck = 17
|
|
Announcement = 18
|
|
End Enum
|
|
End Namespace
|
|
End Namespace |