} //fin metodo #endregion private void btnIngresar_Click(object sender, EventArgs e) { this.SetVisibleCore(false); // es para ocultar la ventana de acceso mdiMenu menu = new mdiMenu(conexion); menu.Show(); }
} //fin del metodo mValidar #endregion private void btnIngresar_Click(object sender, EventArgs e) { this.SetVisibleCore(false); mdiMenu menu = new mdiMenu(conexion); menu.Show(); }
} //fin metodo #endregion private void btnIngresar_Click(object sender, EventArgs e) { //Ocultar el formulario actual this.SetVisibleCore(false); mdiMenu menu = new mdiMenu(conexion); menu.Show(); }