Esempio n. 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            DonutUI DonutForm = new DonutUI();

            DonutForm.Tag = this;
            DonutForm.Show(this);
            Hide();
        }
Esempio n. 2
0
        private void Btn_Cancel_Click(object sender, EventArgs e)
        {
            DonutUI newdonut = new DonutUI();

            newdonut.Tag = this;
            newdonut.Show(this);
            Hide();
        }