Пример #1
0
 private void menuItem4_Click(object sender, EventArgs e)
 {
     if (this.guiSqlDialog == null)
     {
         this.guiSqlDialog = new frmGUISQL(this);
         this.guiSqlDialog.Show();
     }
     this.guiSqlDialog.Show();
     this.guiSqlDialog.Focus();
 }
Пример #2
0
 private void menuItem4_Click(object sender, EventArgs e)
 {
     if (this.guiSqlDialog == null)
     {
         this.guiSqlDialog = new frmGUISQL(this);
         this.guiSqlDialog.Show();
     }
     this.guiSqlDialog.Show();
     this.guiSqlDialog.Focus();
 }