public MedicationListView( MedicationListViewModel medicationListViewModel )
     : this()
 {
     DataContext = medicationListViewModel;
 }
示例#2
0
 public MedicationListView(MedicationListViewModel medicationListViewModel)
     : this()
 {
     DataContext = medicationListViewModel;
 }