예제 #1
0
파일: EntryPoint.cs 프로젝트: habb0/IHI-1
 private static void SetShutdownKeyMode(ShutdownKeyMode shutdownKeyMode, int exitCode = 0)
 {
     _shutdownKeyMode = shutdownKeyMode;
     _exitCode        = exitCode;
 }
예제 #2
0
파일: EntryPoint.cs 프로젝트: habb0/IHI-1
 private static void SetShutdownKeyMode(ShutdownKeyMode shutdownKeyMode, int exitCode = 0)
 {
     _shutdownKeyMode = shutdownKeyMode;
     _exitCode = exitCode;
 }