Ejemplo n.º 1
0
        protected virtual void OnStatusChange(TPEventArgs ea)
        {
            TPEventHandler handler = TPStatusEvent;

            if (handler != null)
            {
                handler(this, ea);
            }
        }
Ejemplo n.º 2
0
 protected virtual void OnStatusChange(TPEventArgs ea)
 {
     TPEventHandler handler = TPStatusEvent;
     if (handler != null)
     {
         handler(this, ea);
     }
 }