コード例 #1
0
 /*add the delegate of command client connection to the private class event*/
 public void AddToConnectorEvent(connectDelegate connector)
 {
     //add the delegate to the ConnectEvent in the TCPListener wrapper
     this.server.connectEvent += connector;
 }
コード例 #2
0
 /// <summary>
 /// 初始化组件
 /// </summary>
 public SCPI_Expert()
 {
     InitializeComponent();
     this.connect = this.connectInstru;
 }