private void btn_actualizarProducto_Click(object sender, EventArgs e) { this.Close(); ActualizarProdcuto ap = new ActualizarProdcuto(); ap.Show(); }
private void toolStripLabel2_Click_1(object sender, EventArgs e) { this.Close(); ActualizarProdcuto ap = new ActualizarProdcuto(); ap.Show(); }