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