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