private void button10_Click(object sender, EventArgs e) { DetalleProductos deta = new DetalleProductos(); deta.Visible = true; Visible = false; }
private void DetallBoton_Click(object sender, EventArgs e) { DetalleProductos pro = new DetalleProductos(); pro.Visible = true; Visible = false; }