Ejemplo n.º 1
0
        public void Clear()
        {
            IterationEventRoots.Clear();
            IterationEventKinds.Clear();

            NotifyUpdated();
        }
Ejemplo n.º 2
0
        public void NewIteration(IterationEventKind kind)
        {
            int index = IterationEventRoots.Count;

            IterationEventRoots.Add(new IterationEventRoot(index, kind));
            IterationEventKinds.Add(kind);
        }