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; }
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; }