private void button5_Click(object sender, EventArgs e)
        {
            //this.Hide();
            ViewAllProducts aamf = new ViewAllProducts();

            aamf.Show();
        }
Пример #2
0
        private void btnviewallproduct_Click(object sender, EventArgs e)
        {
            ViewAllProducts vap = new ViewAllProducts();

            vap.Show();
        }