private void button2_Click(object sender, EventArgs e)
        {
            Form_AddDatabase fa = new Form_AddDatabase();

            fa.ShowDialog();
            this.Close();
        }
Exemplo n.º 2
0
 public void toolStripButton1_Click(object sender, EventArgs e)
 {
     Form_AddDatabase f_adddb = new Form_AddDatabase();
     f_adddb.ShowDialog();
 }
 private void button5_Click(object sender, EventArgs e)
 {
     Form_AddDatabase fa = new Form_AddDatabase();
     fa.ShowDialog();
     this.Close();
 }
Exemplo n.º 4
0
        public void toolStripButton1_Click(object sender, EventArgs e)
        {
            Form_AddDatabase f_adddb = new Form_AddDatabase();

            f_adddb.ShowDialog();
        }