示例#1
0
 public DisplayInfoTextView(Interactie ia) : this()
 {
     BindingContext = new DisplayInfoTextViewModel(ia);
 }
示例#2
0
 public DisplayInfoTextView(ContraIndicatie ci) : this()
 {
     BindingContext = new DisplayInfoTextViewModel(ci);
 }