Esempio n. 1
0
 private void btnAgregarDentista_Click(object sender, System.EventArgs e)
 {
     if (!Validar.ValidarUnaPantalla(new PantallaAgregarDentista().GetType()))
     {
         Interface = new InterfaceUsuario(this);
         Interface.DesplegarPantallaAgregarDentista();
     }
 }