diff options
| author | Avi Levkovich <avi@twine-s.com> | 2019-10-07 15:14:05 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2019-10-07 15:14:05 +0300 |
| commit | 83c12a00665e330b6c248eab8e0a83fc356d835a (patch) | |
| tree | 05cb9b38cd943bd46500d490af6c2589d7f85535 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Models/HardwareCollection.cs | |
| parent | 69aef0a7968415be041a8959d2ac6c3ebaf074ce (diff) | |
| parent | 0c664ab02889ac34b568ccd9a1d4aff5985f9d7a (diff) | |
| download | Tango-83c12a00665e330b6c248eab8e0a83fc356d835a.tar.gz Tango-83c12a00665e330b6c248eab8e0a83fc356d835a.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Models/HardwareCollection.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Models/HardwareCollection.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Models/HardwareCollection.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Models/HardwareCollection.cs index 765bc9dfd..7c774e65f 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Models/HardwareCollection.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/Models/HardwareCollection.cs @@ -7,7 +7,7 @@ using Tango.Core; namespace Tango.MachineStudio.MachineDesigner.Models { - public class HardwareCollection : ExtendedObject + public class HardwareCollection : ExtendedObject, IHasDifference { public String CollectionName { get; set; } |
