private void KoppelCommands() { GetUserCommand = new BaseCommand(GetUser); SaveReserverenCommand = new BaseCommand(SaveReserveren); GetParkingPlaceCommand = new BaseCommand(GetParkingPlace); ViewParkingPlaceCommand = new BaseParCommand(ViewParkingPlace); }
private void KoppelCommands() { ViewParkingPlaceCommand = new BaseParCommand(ViewParkingPlace); }
private void KoppelCommands() { ViewCommand = new BaseParCommand(ViewParkPlaceDetail); GetReservationCommand = new BaseCommand(GetReservation); }