Beispiel #1
0
 /// <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>
 public FrameOperationGroup(FrameOperationReadOnlyList operationList, FrameGenericRefreshOperation refresh)
     : base(operationList, refresh)
 {
 }
Beispiel #2
0
 /// <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)
 {
 }