Ejemplo n.º 1
0
        protected void OnGroupGetCompleted(GroupGetEventArgs e)
        {
            EventHandler <GroupGetEventArgs> handler = GroupGetCompleted;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Ejemplo n.º 2
0
 protected void OnGroupGetCompleted(GroupGetEventArgs e)
 {
     EventHandler<GroupGetEventArgs> handler = GroupGetCompleted;
     if (handler != null)
     {
         handler(this, e);
     }
 }