Beispiel #1
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public CheckBoxBase(CheckBoxBase other)
     : base(other)
 {
     Style         = other.Style;
     CheckBoxState = other.CheckBoxState;
 }
Beispiel #2
0
 /// <summary>
 /// Copy constructor
 /// </summary>
 /// <param name="other"></param>
 public CheckBoxBase(CheckBoxBase other)
     : base(other)
 {
     Style = other.Style;
     CheckBoxState = other.CheckBoxState;
 }