DFLayoutIntegerField.cs 171 B

1234567
  1. namespace InABox.Core
  2. {
  3. [Caption("Integer")]
  4. public class DFLayoutIntegerField : DFLayoutField<DFLayoutIntegerFieldProperties>, IDFLayoutFormField
  5. {
  6. }
  7. }