Esempio n. 1
0
 /// <summary>
 /// The shadowed Hide()
 /// The Status Bar should react with the hide event of the Symbol
 /// Window.
 /// </summary>
 public new void Hide()
 {
     base.Hide();
     u_ToolStripDropDown.Hide();
     u_statusBarForm.SetSymbolFormHidden();
 }