public RemoteParam(RemoteConn conn, RemoteObj parent) { this.Conn = conn; this.Parent = parent; }
public TestForm() { InitializeComponent(); Remote = new RemoteConn(); Remote.MessageReceived += MessageReceived; // register for receiving messages from server }