Пример #1
0
 private void InitPortForwarding()
 {
     portService              = new PortForwardingService();
     portService.WarpMessage += new WarpMessage(WarpMessage);
 }
Пример #2
0
 private void InitPortForwarding()
 {
     this.portService              = new PortForwardingService();
     this.portService.WarpMessage += new WarpMessage(this.WarpMessage);
 }