Beispiel #1
0
 protected virtual void OnReponseArrived(PostResponseEventArgs e)
 {
     var handler = this.PostResponseEvent;
     if (handler != null)
     {
         handler(this, e);
     }
 }
Beispiel #2
0
        protected virtual void OnReponseArrived(PostResponseEventArgs e)
        {
            var handler = this.PostResponseEvent;

            if (handler != null)
            {
                handler(this, e);
            }
        }