Example #1
0
 private void ThisAddIn_Shutdown(object sender, System.EventArgs e)
 {
     logger.ConditionalDebug("ThisAddIn_Shutdown");
     InitNLog.CloseNLog();
 }
Example #2
0
 private void ThisAddIn_Shutdown(object sender, System.EventArgs e)
 {
     logger.Info("ThisAddIn_Shutdown {0}", this.Application.Name);
     InitNLog.CloseNLog();
 }