Exemple #1
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public SortIndicator(SortIndicator other)
     : base(other)
 {
     SortStyle = other.SortStyle;
 }
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public SortIndicator(SortIndicator other)
     : base(other)
 {
     SortStyle = other.SortStyle;
 }