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

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

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