DFLayoutAddTaskField.cs 269 B

123456789101112
  1. using InABox.Core;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Text;
  5. namespace PRSClasses
  6. {
  7. [Caption("Create Task Button")]
  8. public class DFLayoutAddTaskField : DFLayoutField<DFLayoutAddTaskFieldProperties>, IDFLayoutFormField
  9. {
  10. }
  11. }