コード例 #1
0
ファイル: Program.cs プロジェクト: Max-E-Ivanov/SimpleMiner
 private static void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e)
 {
     UIHelper.ShowError(e.Exception);
 }