Exemple #1
0
 public MainViewModel()
 {
     Cars.AddCarsToList(ListCars);
     AskQuestions();
     Next = new DelegateCommand(ButtonQlik);
     AllQuestions.AddtoListQuestions(ListQuest);
     ask             = NextQuest(NrQues);
     QuestionContext = ask.ContextQuestion;
     ButtonContent   = "Następne pytanie";
 }