Inheritance: PebbleViewModel
Exemple #1
0
 public PivotPageViewModel()
 {
     _info           = new InfoViewModel();
     _apps           = new AppsViewModel();
     _refreshCommand = new RelayCommand(OnRefresh);
 }
Exemple #2
0
 public PivotPageViewModel()
 {
     _info = new InfoViewModel();
     _apps = new AppsViewModel();
     _refreshCommand = new RelayCommand(OnRefresh);
 }