示例#1
0
文件: Program.cs 项目: karno/Typict
 static void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e)
 {
     //そうでもないほう
     using (var excp = new Forms.Dialogs.UnhandledExcp(e.Exception))
     {
         var ret = excp.ShowDialog();
     }
 }
示例#2
0
 static void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e)
 {
     //そうでもないほう
     using (var excp = new Forms.Dialogs.UnhandledExcp(e.Exception))
     {
         var ret = excp.ShowDialog();
     }
 }