/// <summary> /// Initializes a new instance of the <see cref="FrameOperationGroup"/> class. /// </summary> /// <param name="operationList">List of operations belonging to this group.</param> /// <param name="refresh">Optional refresh operation to execute at the end of undo and redo.</param> protected FrameOperationGroup(FrameOperationList operationList, FrameGenericRefreshOperation refresh) : base(operationList, refresh) { }
/// <inheritdoc/> public FrameOperationReadOnlyList(FrameOperationList list) : base(list) { }