Files
DP44/Common/DTS.CommonCore/.svn/pristine/e1/e196d96199ac2f47bbbdaa2f4a88b88009281c7c.svn-base

10 lines
191 B
Plaintext
Raw Permalink Normal View History

2026-04-17 14:55:32 -04:00
using Microsoft.Practices.Prism.Regions;
namespace DTS.Common.Dialogs
{
public interface IRegionManagerAware
{
IRegionManager RegionManager { get; set; }
}
}