init
This commit is contained in:
10
Common/DTS.Common/Interactivity/Confirmation.cs
Normal file
10
Common/DTS.Common/Interactivity/Confirmation.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace DTS.Common.Interactivity
|
||||
{
|
||||
public class Confirmation : Notification, IConfirmation
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating that the confirmation is confirmed.
|
||||
/// </summary>
|
||||
public bool Confirmed { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user