private void button2_Click(object sender, EventArgs e) { this.Close(); AgregarProducto ap = new AgregarProducto(); ap.Show(); }
private void toolStripLabel1_Click(object sender, EventArgs e) { this.Close(); AgregarProducto ap = new AgregarProducto(); ap.Show(); }