예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ExpandCell"/> class.
 /// </summary>
 /// <remarks>
 /// Construct by copy.
 /// </remarks>
 /// <param name="source">The source.</param>
 /// <param name="isReadOnly">if set to <c>true</c> read only.</param>
 public ExpandCell(ExpandCell source, bool isReadOnly)
     : base(source, isReadOnly)
 {
     ExpandedCell = source.ExpandedCell;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ExpandCell"/> class.
 /// </summary>
 /// <remarks>
 /// Construct by copy.
 /// </remarks>
 /// <param name="source">The source.</param>
 /// <param name="isReadOnly">if set to <c>true</c> read only.</param>
 public ExpandCell(ExpandCell source, bool isReadOnly)
     : base(source, isReadOnly)
 {
     ExpandedCell = source.ExpandedCell;
 }