Exemplo n.º 1
0
        public WelcomeViewModel()
        {
            //Przypisanie wywoływacza przycisku "Start"
            StartQuizCommand = new RelayCommand(SendQuiz, () => isSelected);

            //Ładuje testy
            Tests = QuizRepository.GetTests();
        }