Exemple #1
0
 private static void CurrentDomainProcessExit(object sender, EventArgs e)
 {
     HbRelogManager.Shutdown();
 }
Exemple #2
0
 private static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
 {
     HbRelogManager.Shutdown();
 }