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);
 }
Beispiel #3
0
 private void KoppelCommands()
 {
     ViewCommand           = new BaseParCommand(ViewParkPlaceDetail);
     GetReservationCommand = new BaseCommand(GetReservation);
 }