Ejemplo n.º 1
0
 void Raise(PlacementEvent anEvent)
 {
     if(anEvent != null) {
         anEvent();
     }
 }