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