Beispiel #1
0
 private void DeleteQuestion()
 {
     SelectedQuestion.Delete();
     Questions.Remove(SelectedQuestion);
 }