Exemple #1
0
 public MainVM()
 {
     UC = new ObservableCollection <UserControl>();
     UC.Add(new HistoryUC());
     //UC.Add(new CountriesListUC());
     selectedIndex = 0;
     switchCommand = new SwitchUCommand(this);
 }
 public SearchVM()
 {
     selectedUC    = new CurrenciesListUC();
     switchCommand = new SwitchUCommand(this);
 }