Beispiel #1
0
 public void update()
 {
     Console.WriteLine("Moderator " + GetName() + " received: " + publisher.GetChatState());
 }
 public void update()
 {
     Console.WriteLine("Participant " + GetName() + " recieved: " + publisher.GetChatState());
 }