Example #1
0
 protected ControlData(ControlType type)
     : base(type)
 {
 }
Example #2
0
 protected ControlData(int id, ControlType type)
     : base(id, type)
 {
 }