Esempio n. 1
0
        protected virtual void OnShowSomething(CrawlViewEventArgs e)
        {
            var handler = ShowSomething;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Esempio n. 2
0
 protected virtual void OnShowSomething(CrawlViewEventArgs e)
 {
     var handler = ShowSomething;
     if (handler != null)
     {
         handler(this, e);
     }
 }