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

            QuestionManagement.Show();
        }