Beispiel #1
0
 public void SynchronizeAgenda()
 {
     UIThreadExecutor.Execute(() =>
     {
         Ribbon.UpdateAgendaClick(new RibbonControl("SyncAgenda"));
     });
 }