Ejemplo n.º 1
0
 private void OnRestarted(InterpolationEndEventArgs <T> e)
 {
     if (Restarted != null)
     {
         Restarted(this, e);
     }
 }
Ejemplo n.º 2
0
 private void OnFinished(InterpolationEndEventArgs <T> e)
 {
     if (Finished != null)
     {
         Finished(this, e);
     }
 }