예제 #1
0
        public Quiz()
        {
            InitializeComponent();
            //_count++;
            var stBll = new StudentBll();

            _list = stBll.GetQuestionsList();
            ShowQuestion();
        }