Ejemplo n.º 1
0
 private void EqmInfo_OnConnectLogEvent(object sender, ViewLogEventArgs e)//设备数据接收成功回调委托事件
 {
     try
     {
         listEqmInfo.Invoke(MsgEqmInfoCallBack, e._str);
     }
     catch
     {
     }
 }
Ejemplo n.º 2
0
 private void Ping_OnConnectLogEvent(object sender, ViewLogEventArgs e)  //ping通测试回调委托事件
 {
     try
     {
         listEqmInfo.Invoke(MsgPingCallBack, e._str);
     }
     catch
     {
     }
 }