Example #1
0
 protected void InvokeDead(DeadEventArgs args)
 {
     if (Dead != null)
     {
         Dead(this, args);
     }
 }
Example #2
0
 protected void InvokeDead( DeadEventArgs args )
 {
     if ( Dead != null )
         Dead( this, args );
 }