Files
DP44/Common/DTS.Common/.svn/pristine/b4/b45837e49c29198b2d34fc0f37f52e0224842e43.svn-base
2026-04-17 14:55:32 -04:00

11 lines
293 B
Plaintext

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; }
}
}