Ejemplo n.º 1
0
            public InkUndoer(InkSheetUndoService watcher, Strokes strokes, bool adding)
            {
                this.m_Watcher = watcher;

                if (adding)
                {
                    this.UpdateAndSetStrokesToRemoveIds(strokes);
                }
                else
                {
                    this.m_StrokesToAdd = strokes;
                }

                this.m_Adding = adding;
            }
Ejemplo n.º 2
0
            public InkUndoer(InkSheetUndoService watcher, Strokes strokes, bool adding)
            {
                this.m_Watcher = watcher;

                if(adding) {
                    this.UpdateAndSetStrokesToRemoveIds(strokes);
                } else {
                    this.m_StrokesToAdd = strokes;
                }

                this.m_Adding = adding;
            }