Exemplo n.º 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();
 }
Exemplo n.º 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();
 }