Example #1
0
 public void LaunchEditor()
 {
     if (CurrentTabPanel != null)
     {
         CurrentTabPanel.LaunchEditor();
     }
 }
Example #2
0
 private void NotifyMenu_LaunchEditor_Click(object sender, EventArgs e)
 {
     CurrentTabPanel.LaunchEditor();
 }