diff options
| author | Roy <roy.mail.net@gmail.com> | 2018-02-15 00:29:13 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2018-02-15 00:29:13 +0200 |
| commit | e4c917c43e90a4453c6cd5b1842a418dc0f1b514 (patch) | |
| tree | 165829adcac4b2fc600640b18bb3a743a55a3bea /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common | |
| parent | d5018576f325fb85983c4ad34c169d4b4e8d1a55 (diff) | |
| download | Tango-e4c917c43e90a4453c6cd5b1842a418dc0f1b514.tar.gz Tango-e4c917c43e90a4453c6cd5b1842a418dc0f1b514.zip | |
Working on Data Capture Module..
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> |
