Exemple #1
0
        private void btn_eliminarProducto_Click(object sender, EventArgs e)
        {
            this.Close();
            EliminarProdcuto ep = new EliminarProdcuto();

            ep.Show();
        }
        private void toolStripLabel3_Click(object sender, EventArgs e)
        {
            this.Close();
            EliminarProdcuto ep = new EliminarProdcuto();

            ep.Show();
        }