private void InitPortForwarding() { portService = new PortForwardingService(); portService.WarpMessage += new WarpMessage(WarpMessage); }
private void InitPortForwarding() { this.portService = new PortForwardingService(); this.portService.WarpMessage += new WarpMessage(this.WarpMessage); }