Exemplo n.º 1
0
 private void InitPortForwarding()
 {
     portService              = new PortForwardingService();
     portService.WarpMessage += new WarpMessage(WarpMessage);
 }
Exemplo n.º 2
0
 private void InitPortForwarding()
 {
     this.portService              = new PortForwardingService();
     this.portService.WarpMessage += new WarpMessage(this.WarpMessage);
 }