Beispiel #1
0
 public BaseViewModel()
 {
     GoBackCommand = new MyCommand(null, () => BreadcrumbHelper.GoBack());
     GoToPassengerSelectionCommand = new MyCommand(null, () => BreadcrumbHelper.GotoPage(new PassengersView()));
 }