diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-15 10:32:57 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-15 10:32:57 +0200 |
| commit | 63cb3aa2350a10e6db68e4dc181b2ee7e500061a (patch) | |
| tree | 6a146937e398b711d9ef2c59952862cd65751ca6 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common | |
| parent | 7f079bd9382facb5e2ef06df89053215c6dec271 (diff) | |
| parent | e4c917c43e90a4453c6cd5b1842a418dc0f1b514 (diff) | |
| download | Tango-63cb3aa2350a10e6db68e4dc181b2ee7e500061a.tar.gz Tango-63cb3aa2350a10e6db68e4dc181b2ee7e500061a.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Notifications/BarItem.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Notifications/BarItem.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Notifications/BarItem.cs index 8d3cefa40..d46bf5b5d 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Notifications/BarItem.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Notifications/BarItem.cs @@ -19,6 +19,11 @@ namespace Tango.MachineStudio.Common.Notifications _notificationProvider = notificationProvider; } + public BarItem(INotificationProvider notificationProvider, FrameworkElement element) : this(notificationProvider) + { + Element = element; + } + /// <summary> /// Removed this item from the queue. /// </summary> |
