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