コード例 #1
0
 public PropertyField(PropertyType type, Control[] controls, ShouldShow shouldShow, PopulateFull populate, Save save)
 {
     this.propertyType = type;
     this.controls     = controls;
     this.shouldShow   = shouldShow;
     this.populate     = populate;
     this.save         = save;
 }
コード例 #2
0
 public PropertyField(PropertyType type, Control[] controls, ShouldShow shouldShow, PopulateFull populate, Save save)
 {
     this.propertyType = type;
     this.controls = controls;
     this.shouldShow = shouldShow;
     this.populate = populate;
     this.save = save;
 }