コード例 #1
0
ファイル: PostSubmitter.cs プロジェクト: appgranula/vk_metro
 protected virtual void OnReponseArrived(PostResponseEventArgs e)
 {
     var handler = this.PostResponseEvent;
     if (handler != null)
     {
         handler(this, e);
     }
 }
コード例 #2
0
ファイル: PostSubmitter.cs プロジェクト: viktortat/vk_metro
        protected virtual void OnReponseArrived(PostResponseEventArgs e)
        {
            var handler = this.PostResponseEvent;

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