DFLayoutVideoField.cs 248 B

1234567891011
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace InABox.Core
  5. {
  6. [Caption("Video")]
  7. public class DFLayoutVideoField : DFLayoutField<DFLayoutVideoFieldProperties>, IDFLayoutFormField, IDFBlobField
  8. {
  9. }
  10. }