示例#1
0
 private void method_3(object sender, UnhandledExceptionEventArgs e)
 {
     if (e.ExceptionObject != null)
     {
         ilog_0.DebugFormat("Unhandled global exception! {0}", e.ExceptionObject.ToString());
     }
     Class12.smethod_0();
     TritonHs.smethod_1();
     Logger.OpenLogFile();
 }
示例#2
0
 protected override void OnExit(ExitEventArgs e)
 {
     Class12.smethod_0();
     TritonHs.smethod_1();
     base.OnExit(e);
 }