コード例 #1
0
ファイル: ControlModels.cs プロジェクト: stantoxt/BForms
 public NumberPickerRangeControlModel()
     : base(FormBuilderControlType.NumberPickerRange)
 {
     LeftBoundProperties = new NumberPickerControlProperties();
     RightBoundProperties = new NumberPickerControlProperties();
 }
コード例 #2
0
ファイル: ControlModels.cs プロジェクト: xtoblizi/BForms
 public NumberPickerRangeControlModel()
     : base(FormBuilderControlType.NumberPickerRange)
 {
     LeftBoundProperties  = new NumberPickerControlProperties();
     RightBoundProperties = new NumberPickerControlProperties();
 }
コード例 #3
0
ファイル: ControlModels.cs プロジェクト: stantoxt/BForms
 public NumberPickerControlModel()
     : base(FormBuilderControlType.NumberPicker)
 {
     Properties = new NumberPickerControlProperties();
 }
コード例 #4
0
ファイル: ControlModels.cs プロジェクト: xtoblizi/BForms
 public NumberPickerControlModel()
     : base(FormBuilderControlType.NumberPicker)
 {
     Properties = new NumberPickerControlProperties();
 }