DFLayoutDoubleField.cs 168 B

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