Example #1
0
 public void ExpediteAddingItems()
 {
     Service.ViewTimeEngine.UnregisterFrameTimeObserver(this);
     this.AddItems <object>(ListUtils.ConvertArrayList <object>(this.overTimeItemAdditionList), this.cookie);
     this.ResetAfterOverTimeAdditionCompleted();
 }