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