DFLayoutEmbeddedImage.cs 194 B

1234567
  1. namespace InABox.Core
  2. {
  3. [Caption("Embedded Image")]
  4. public class DFLayoutEmbeddedImage : DFLayoutField<DFLayoutEmbeddedImageProperties>, IDFLayoutFormField, IDFBlobField
  5. {
  6. }
  7. }