Ejemplo n.º 1
0
 private void ThisAddIn_Startup(object sender, System.EventArgs e)
 {
     Info.Addin.Init();
     Watcher.Init();
 }
Ejemplo n.º 2
0
 private void ThisAddIn_Shutdown(object sender, System.EventArgs e)
 {
     Watcher.Final();
 }