10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
|
|
using Microsoft.Practices.Prism.Regions;
|
||
|
|
|
||
|
|
namespace DTS.Common.Dialogs
|
||
|
|
{
|
||
|
|
public interface IRegionManagerAware
|
||
|
|
{
|
||
|
|
IRegionManager RegionManager { get; set; }
|
||
|
|
}
|
||
|
|
}
|