mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 03:58:45 +08:00
11 lines
136 B
C#
11 lines
136 B
C#
namespace mRemoteNG.Config
|
|
{
|
|
public enum ConfirmCloseEnum
|
|
{
|
|
Unspecified = 0,
|
|
Never = 1,
|
|
Exit = 2,
|
|
Multiple = 3,
|
|
All = 4
|
|
}
|
|
} |