Example #1
0
        private void btn_add_Click(object sender, EventArgs e)
        {
            AddProduct AddProduct = new AddProduct();

            this.Close();
            AddProduct.Show();
        }
Example #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            AddProduct AddProduct = new AddProduct();

            this.Hide();
            AddProduct.Show();
        }