示例#1
0
        private void button2_Click(object sender, EventArgs e)
        {
            ProductMenuForm ProductMenuForm = new ProductMenuForm();

            ProductMenuForm.Show();
            this.Hide();
        }
示例#2
0
        private void button1_Click(object sender, EventArgs e)
        {
            ProductMenuForm product = new ProductMenuForm();

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