Beispiel #1
0
        private void ThisAddIn_Startup(object sender, EventArgs e)
        {
            if (SyncConfiguration.HasDefaultSettings)
            {
                SyncConfiguration.UpdateSettings(GetSettings);
            }
            AppointmentSyncProgress window = new AppointmentSyncProgress(AppointmentSyncEventAggregator);

            window.Show();
            CalendarSyncService.Sync();
//			window.Close();
        }