Exemplo n.º 1
0
 void OnRead(CFSocketReadEventArgs args)
 {
     if (ReadEvent is not null)
     {
         ReadEvent(this, args);
     }
 }
Exemplo n.º 2
0
 void OnRead(CFSocketReadEventArgs args)
 {
     if (ReadEvent != null)
         ReadEvent (this, args);
 }