IDynamicCustomEditorPage.cs 121 B

123456
  1. namespace InABox.DynamicGrid
  2. {
  3. public interface IDynamicCustomEditorPage<TType> : IDynamicEditorPage
  4. {
  5. }
  6. }