Exemplo n.º 1
0
 private void defferedLoader()
 {
     lock (instanceLock) {
             isLoaded = true;
             addIn = this;
             Calendars = getCalendars();
             this.Settings = new SettingsManager(Application);
             this.SyncManager = new SyncManager(Settings);
         }
 }
Exemplo n.º 2
0
 private void ThisAddIn_Startup(object sender, System.EventArgs e)
 {
     lock (instanceLock) {
             addIn = this;
         }
 }