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