Пример #1
0
 public MyViewModel(SomeControler refController)
 {
     CountryList = new ObservableCollection(refController.GetCountryData());
 }
 public MyViewModel(SomeControler refController)
 {
     CountryList = refController.GetCountryData();
 }