Inheritance: Caliburn.Micro.Screen
Beispiel #1
0
 public QuestionResult(QuestionViewModel question)
 {
     _question = question;
 }