예제 #1
0
        private void NewOptionSet_MouseClick(object sender, MouseEventArgs e)
        {
            this.Hide();
            AddOptionSet Optionset2 = new AddOptionSet();

            Optionset2.ShowDialog();
        }