Example #1
0
        public QuestionForm()
        {
            InitializeComponent();


            CategoryForm categoryChoice = new CategoryForm();
            //choice = categoryChoice.PickOption();
        }
Example #2
0
        private void StuLoginNextButton_Click(object sender, EventArgs e)
        {
            Student person = new Student();


            // ca
            CategoryForm options = new CategoryForm();

            options.Show();
        }