Ejemplo n.º 1
0
        protected virtual void DisplayResult(MMResultEventArgs ea)
        {
            MMResultEventHandler handler = ResultEvent;

            if (handler != null)
            {
                handler(this, ea);
            }
        }
Ejemplo n.º 2
0
 protected virtual void DisplayResult(MMResultEventArgs ea)
 {
     MMResultEventHandler handler = ResultEvent;
     if (handler != null)
     {
         handler(this, ea);
     }
 }