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