using System; using System.Collections.Generic; using System.Text; namespace InABox.Core { [Caption("Video")] public class DFLayoutVideoField : DFLayoutField, IDFLayoutFormField, IDFBlobField { } }