/// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public SortIndicatorThemed(SortIndicatorThemed other)
     : base(other)
 {
 }
示例#2
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public SortIndicatorThemed(SortIndicatorThemed other)
     : base(other)
 {
 }