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