DFLayoutDateField.cs 162 B

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