diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-18 18:32:59 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-06-18 18:32:59 +0300 |
| commit | 7344b90fcaa64759114e66cd9645f9e8ea4e073a (patch) | |
| tree | e2bcd146fcf9b314ce77d13b79073853adde1665 /Software/Visual_Studio/FSE/Tango.FSE.Common/Notifications | |
| parent | 920fe3a098f304b6c65e1c37447138f0699ec70c (diff) | |
| download | Tango-7344b90fcaa64759114e66cd9645f9e8ea4e073a.tar.gz Tango-7344b90fcaa64759114e66cd9645f9e8ea4e073a.zip | |
Demo Mode.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.Common/Notifications')
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.Common/Notifications/INotificationProvider.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Common/Notifications/INotificationProvider.cs b/Software/Visual_Studio/FSE/Tango.FSE.Common/Notifications/INotificationProvider.cs index c37222727..5fff158fd 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.Common/Notifications/INotificationProvider.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.Common/Notifications/INotificationProvider.cs @@ -16,7 +16,7 @@ namespace Tango.FSE.Common.Notifications /// <summary> /// Represents the PPC user notification provider responsible for displaying information, alerts and dialogs to the user. /// </summary> - public interface INotificationProvider + public interface INotificationProvider : INotifyApplicationReady { /// <summary> /// Gets the collection of notification items. |
