コード例 #1
0
ファイル: Program.cs プロジェクト: nogu3ira/xrunuo
 private static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
 {
     Core.HandleCrashed(e.ExceptionObject as Exception);
 }