DFLayoutMultiImage.cs 171 B

1234567
  1. namespace InABox.Core
  2. {
  3. [Caption("Multi-Image")]
  4. public class DFLayoutMultiImage : DFLayoutField<DFLayoutMultiImageProperties>, IDFLayoutFormField
  5. {
  6. }
  7. }