Example #1
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public ColumnHeader(ColumnHeader other)
     : base(other)
 {
     mBackground = (Header)other.mBackground.Clone();
 }
Example #2
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public ColumnHeader(ColumnHeader other)
     : base(other)
 {
     mBackground = (Header)other.mBackground.Clone();
 }