protected virtual void OnDataSent(ConnectionDataEventArgs e) { var handler = DataSent; if (handler != null) { handler(this, e); } }
protected virtual void OnDataSent(ConnectionDataEventArgs e) { var handler = DataSent; if (handler != null) handler(this, e); }