public MsgWnd(ConnectionManager obj) { this.connmgr = obj; this.connmgr.hwnd = this.Hwnd; }
public MessagePump(ConnectionManager obj) { connmgr = obj; connmgr.hWnd = Hwnd; }