Exemplo n.º 1
0
 void OnRecv(CRecvArgs e)
 {
     if (OnRecved != null)
     {
         OnRecved(this, e);
     }
 }
Exemplo n.º 2
0
 private void OnSerialPortRecv(object sender, CRecvArgs e)
 {
     Log(e.recvData);
 }