Exemple #1
0
        protected virtual void OnDataSent(ConnectionDataEventArgs e)
        {
            var handler = DataSent;

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