using Prism.Regions; namespace DTS.Common.Dialogs { public interface IRegionManagerAware { IRegionManager RegionManager { get; set; } } }