mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-25 19:38:37 +08:00
10 lines
174 B
VB.net
10 lines
174 B
VB.net
Namespace Config
|
|
Public Enum ConfirmClose
|
|
Unspecified = 0
|
|
Never = 1
|
|
[Exit] = 2
|
|
Multiple = 3
|
|
All = 4
|
|
End Enum
|
|
End Namespace
|