コード例 #1
0
 public QuestionTypeVM(QuestionType q)
 {
     _questionType = q;
 }
コード例 #2
0
 public QuestionTypeVM()
 {
     _questionType = new QuestionType();
 }