Exemple #1
0
 public void Cancel()
 {
     Status = AnimationStatus.Canceled;
     lock (SyncObject) {
         AnimationTargets.Clear();
     }
 }