Ejemplo n.º 1
0
        private void LogInBtn_Click(object sender, EventArgs e)
        {
            //selectionOfQuiz.Location = new Point(100, 100);

            /*Controls.Add(selectionOfQuiz);//유저컨트롤 추가하는부분
             * Controls.Remove(selectionOfQuiz);//유저컨트롤 제거하는 부분.*/

            TestSelection quizSelection = new TestSelection(this);

            quizSelection.Show();//model
            quizSelection.Location = new Point(100, 100);
            this.Hide();
        }
Ejemplo n.º 2
0
 public TypingTestScreen(TestSelection testForm)
 {
     _ts = testForm;
     InitializeComponent();
 }