public void ShowQuestionManagement() { _questionManagementWindow = new QuestionManagementWindow(); _questionManagementWindow.Show(); }
public void ShowQuestionManagement() { var QuestionManagement = new QuestionManagementWindow(); QuestionManagement.Show(); }