Example #1
0
 public void InsertCard()
 {
     Console.WriteLine("Kaart ingevoerd");
     automaat.setAutomaatStatus(automaat.GeefKaartAanwezigStatus());
 }
 public void EjectCard()
 {
     Console.WriteLine("kaart uitgeworpen");
     automaat.setAutomaatStatus(automaat.GeefGeenKaartAanwezigStatus());
 }