コード例 #1
0
ファイル: CrashReport.cs プロジェクト: michaelwills/tradelink
 public static void Report(string PROGRAM, Exception ex)
 {
     CrashReport cr = new CrashReport(PROGRAM, ex);
 }
コード例 #2
0
ファイル: CrashReport.cs プロジェクト: antonywu/tradelink
 public static void Report(string PROGRAM, Exception ex)
 {
     CrashReport cr = new CrashReport(PROGRAM, ex);
 }