init
This commit is contained in:
12
Common/DTS.CommonCore/Dialogs/IPopupWindowActionAware.cs
Normal file
12
Common/DTS.CommonCore/Dialogs/IPopupWindowActionAware.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Windows;
|
||||
using Microsoft.Practices.Prism.Interactivity.InteractionRequest;
|
||||
|
||||
namespace DTS.Common.Dialogs
|
||||
{
|
||||
public interface IPopupWindowActionAware
|
||||
{
|
||||
Window HostWindow { get; set; }
|
||||
|
||||
Notification HostNotification { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user