コード例 #1
0
        public HistoryVM()
        {
            hModel = new Models.HIstoryModel();

            countries     = new NotifyTaskCompletion <ObservableCollection <Country> >(ConvertCountriesToObservableCollection());
            switchCommand = new SwitchCurrencyCommand(this);
        }
コード例 #2
0
 public CurrenciesListVM()
 {
     RTModel        = new CurrenciesRTModel();
     taskCurrencies = new NotifyTaskCompletion <Currencies>(ConvertToICollectionViewAsync());
 }