示例#1
0
        private void btn_DoSemantics_Click(object sender, EventArgs e)
        {
            ChooseProduct cp = new ChooseProduct(this);

            cp.Show();
            this.Visible = false;
        }
示例#2
0
        private void ChooseProduct_Click(object sender, EventArgs e)
        {
            ChooseProduct cp = new ChooseProduct(this, true);

            cp.Show();
            this.Visible = false;
        }