Exemplo n.º 1
0
 static void Raise(EmptyEventFunc handler)
 {
     if (handler != null)
     {
         handler();
     }
 }
Exemplo n.º 2
0
 protected void Raise(EmptyEventFunc handler)
 {
     if (handler != null)
     {
         handler();
     }
 }