Exemplo n.º 1
0
 private void DriverEntersTicket(object sender, EventArgs e)
 {
     carPark.TicketValidated();
     UpdateDisplay();
 }