示例#1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            購物車 c1 = new 購物車();

            c1.Show();
            this.Hide();
        }
示例#2
0
文件: user.cs 项目: rvnk0716/shop
        private void button2_Click(object sender, EventArgs e)
        {
            購物車 c1 = new 購物車();

            c1.Show();
        }