aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-11-27 16:34:43 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-11-27 16:34:43 +0200
commita90c38d0e29cc3332affbfb3c0500b008f451334 (patch)
treef084c21cc069504cacd9a134f0c3c8b4b1727416 /Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications
parente0167674d812f90896b982fa236dc2634eb79bcb (diff)
downloadTango-a90c38d0e29cc3332affbfb3c0500b008f451334.tar.gz
Tango-a90c38d0e29cc3332affbfb3c0500b008f451334.zip
Added event content and routing.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/INotificationProvider.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/INotificationProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/INotificationProvider.cs
index c9d66e0b3..c43e96b10 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/INotificationProvider.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Notifications/INotificationProvider.cs
@@ -198,5 +198,10 @@ namespace Tango.PPC.Common.Notifications
/// </summary>
/// <param name="TaskBarItem">The task bar item.</param>
void PopTaskBarItem(TaskBarItem taskBarItem);
+
+ /// <summary>
+ /// Gets or sets a value indicating whether to allow notifications visibility.
+ /// </summary>
+ bool NotificationsVisible { get; set; }
}
}