Exemple #1
0
 protected void InvokeAnimated(AnimatedEventArgs args)
 {
     if (Animated != null)
     {
         Animated(this, args);
     }
 }
Exemple #2
0
 protected void InvokeAnimated( AnimatedEventArgs args )
 {
     if ( Animated != null )
         Animated( this, args );
 }