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