예제 #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     if (this.VERIFICA_USUARIO_PASSWORD())
     {
         this.Hide();
         frmMenu miVentana = new frmMenu();
         miVentana.ShowDialog();
         miVentana.Dispose();
     }
 }