Example #1
0
 public void goToPost()
 {
     Console.WriteLine("Client " + ID + " enter the PostOffice");
     postOffice.serveMe(this);
     Console.WriteLine("Client " + ID + " leaves the PostOffice");
 }