Exemplo n.º 1
0
 public DisplayInfoTextView(Interactie ia) : this()
 {
     BindingContext = new DisplayInfoTextViewModel(ia);
 }
Exemplo n.º 2
0
 public DisplayInfoTextView(ContraIndicatie ci) : this()
 {
     BindingContext = new DisplayInfoTextViewModel(ci);
 }