Beispiel #1
0
 public void SyncLatestChange()
 {
     if (CurrentTabPanel != null)
     {
         CurrentTabPanel.SyncLatestChange();
     }
 }
Beispiel #2
0
 private void NotifyMenu_SyncNow_Click(object sender, EventArgs e)
 {
     CurrentTabPanel.SyncLatestChange();
 }