示例#1
0
 public virtual void Associate(Client client)
 {
     Client = client;
     client.AssociateInterface(this);
 }