Esempio n. 1
0
 public AntwoordenVM(Antwoord antwoord, MyContext context)
 {
     // TODO: Complete member initialization
     this.antwoord = antwoord;
     this.context = context;
 }
Esempio n. 2
0
 public AntwoordenVM(MyContext context)
 {
     this.context = context;
     antwoord = new Antwoord();
 }