Exemplo n.º 1
0
 protected void DispatchEvent(RoundEventHandler evt)
 {
     if (evt != null)
     {
         evt(this);
     }
 }
Exemplo n.º 2
0
 protected void DispatchEvent(RoundEventHandler evt)
 {
     if (evt != null) evt(this);
 }