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