aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-03-19 11:28:08 +0200
committerShlomo Hecht <shlomo@twine-s.com>2019-03-19 11:28:08 +0200
commit06358c97b9fc5e20a25a3035dc4c2f0e0ec8a4c1 (patch)
tree49ec106ee521b4b6df5cb96993dd1bec676ae2cc /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels
parent7080d6422a5c20b2acd0562fa2d8b3c91ba1590d (diff)
parent270559636c37928e6221384a485901380acd6f28 (diff)
downloadTango-06358c97b9fc5e20a25a3035dc4c2f0e0ec8a4c1.tar.gz
Tango-06358c97b9fc5e20a25a3035dc4c2f0e0ec8a4c1.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs
index 044217c62..15033e295 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.MachineDesigner/ViewModels/MainViewVM.cs
@@ -168,6 +168,9 @@ namespace Tango.MachineStudio.MachineDesigner.ViewModels
/// </summary>
public RelayCommand RemoveSpoolCommand { get; set; }
+ /// <summary>
+ /// Gets or sets the clone machine command.
+ /// </summary>
public RelayCommand CloneMachineCommand { get; set; }
#endregion