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