using System; using System.Collections.Generic; namespace InABox.DynamicGrid { public interface IPopupEditorControl : IDynamicEditorControl { Dictionary OtherColumns { get; } } }