Beispiel #1
0
 public void AddParticipant(string name)
 {
     officialPublisher.SetChatEvent(name + " joined the chat!", commonCode);
     new ChatParticipant(officialPublisher, name);
 }