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