Exemple #1
0
 private void _dataSent(IAsyncResult ar)
 {
     OnClientSentData?.Invoke(dataSndBuffer);
 }