コード例 #1
0
ファイル: ImagePullBase.cs プロジェクト: tpj633/osharp
        protected void OnGroupGetCompleted(GroupGetEventArgs e)
        {
            EventHandler <GroupGetEventArgs> handler = GroupGetCompleted;

            if (handler != null)
            {
                handler(this, e);
            }
        }
コード例 #2
0
ファイル: ImagePullBase.cs プロジェクト: rhjv55/Xyun
 protected void OnGroupGetCompleted(GroupGetEventArgs e)
 {
     EventHandler<GroupGetEventArgs> handler = GroupGetCompleted;
     if (handler != null)
     {
         handler(this, e);
     }
 }