예제 #1
0
파일: Program.cs 프로젝트: nogu3ira/xrunuo
 private static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
 {
     Core.HandleCrashed(e.ExceptionObject as Exception);
 }