Esempio n. 1
0
 private void btnAgregarProducto_Click(object sender, EventArgs e)
 {
     Interface = new InterfaceUsuario(this);
     if (!Validar.ValidarUnaPantalla(new PantallaAgregarProducto().GetType()))
     {
         Interface.DesplegarPantallaAgregarProducto(LlenarData);
     }
 }