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