Exemplo n.º 1
0
 public void SendData(byte[] data)
 {
     if (protocol != null)
     {
         protocol.WriteData(data);
     }
 }