Exemplo n.º 1
0
 protected virtual void OnLevel1NewsEvent(Level1NewsEventArgs e)
 {
     if (Level1NewsEvent != null)
     {
         Level1NewsEvent(this, e);
     }
 }
Exemplo n.º 2
0
 protected virtual void OnLevel1NewsEvent(Level1NewsEventArgs e)
 {
     if (Level1NewsEvent != null) Level1NewsEvent(this, e);
 }