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