private void schemasToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (m_FormSchemas == null)
     {
         m_FormSchemas = new FormSchemas();
     }
     if (m_FormSchemas.IsDisposed)
     {
         m_FormSchemas = new FormSchemas();
     }
     m_FormSchemas.Show(dockPanel, DockState.DockRight);
 }
Exemple #2
0
 private void btnDbUtil_Click(object sender, EventArgs e)
 {
     SAPINT.Gui.DataBase.FormSchemas formUtil = new DataBase.FormSchemas();
     formUtil.Show();
 }
 private void btnDbUtil_Click(object sender, EventArgs e)
 {
     SAPINT.Gui.DataBase.FormSchemas formUtil = new DataBase.FormSchemas();
     formUtil.Show();
 }