Exemplo n.º 1
0
 public void RaiseDataReceivedEvent(int dataLength)
 {
     if (ServerConnected)
     {
         OnDataReceiving?.Invoke(this, dataLength);
     }
 }
Exemplo n.º 2
0
 public void RaiseDataReceivedEvent(int dataLength) => OnDataReceiving?.Invoke(this, dataLength);