コード例 #1
0
ファイル: QuestionViewModel.cs プロジェクト: heyenlow/GUI_3
 public void SaveNew()
 {
     question.AddToDb();
 }