Example #1
0
 public void ShowQuestionManagement()
 {
     _questionManagementWindow = new QuestionManagementWindow();
     _questionManagementWindow.Show();
 }
Example #2
0
        public void ShowQuestionManagement()
        {
            var QuestionManagement = new QuestionManagementWindow();

            QuestionManagement.Show();
        }