Exemplo n.º 1
0
 public Client(string newName, IApplication application)
 {
     myName = newName;
     app    = application;
     app.AddSubscriber(this);
 }