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

10 lines
196 B
Plaintext

namespace DTS.Common.Interactivity
{
public class Notification : INotification
{
public string Title { get; set; }
public object Content { get; set; }
}
}