private void buttonItem2_Click_1(object sender, EventArgs e) { Ventas Ven = new Ventas(); //Ven.MdiParent = this; Ven.Show(); //cierra todo el formulario FormCLos.DesecharResto(Ven, this); FormCLos.DesecharTodo(Ven, this); }
private void buttonItem12_Click_3(object sender, EventArgs e) { Ventas vent = new Ventas(); vent.MdiParent = this; vent.Show(); //cierra todo el formulario FormCLos.DesecharResto(vent, this); FormCLos.DesecharTodo(vent, this); }
private void btnVentas_Click(object sender, EventArgs e) { Ventas _ventas = new Ventas(); _ventas.Show(); }