Example #1
0
 public MessengerSession(Socket client, MSGHelper mh)
 {
     this.client = client;
     bh          = new BlockHelper(client);
     this.mh     = mh;
 }
Example #2
0
 public Messenger(List <string> CStrings)
 {
     mh = new MSGHelper(CStrings);
 }