Exemplo n.º 1
0
        protected void RaisePollingCompletedEvent(PollingEventArgs args)
        {
            var invoker = PollingCompleted;

            if (invoker != null)
            {
                invoker(this, args);
            }
        }
 protected void RaisePollingCompletedEvent(PollingEventArgs args)
 {
     var invoker = PollingCompleted;
     if (invoker != null)
     {
         invoker(this, args);
     }
 }