aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-05-06 18:39:56 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-05-06 18:39:56 +0300
commit47c0f9224c370009c3b37f6db83ec99c31d859f8 (patch)
tree5b70c05f2254a3edd8b9af26eb19d61efb450c27 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels
parent038e6c51a405b39f35f70f9481a4277f39517204 (diff)
downloadTango-47c0f9224c370009c3b37f6db83ec99c31d859f8.tar.gz
Tango-47c0f9224c370009c3b37f6db83ec99c31d859f8.zip
Added support for Win7 for stubs UI.
Added Dancers, Winders, PID Controls on tech module. Some code cleanups.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MachineSerialViewVM.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MachineSerialViewVM.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MachineSerialViewVM.cs
index 219bd9e63..9f366829a 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MachineSerialViewVM.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/MachineSerialViewVM.cs
@@ -21,8 +21,6 @@ namespace Tango.MachineStudio.UI.ViewModels
set { _selectedMachine = value; RaisePropertyChangedAuto(); InvalidateRelayCommands(); }
}
- public RelayCommand OKCommand { get; set; }
-
public MachineSerialViewVM()
{
OKCommand = new RelayCommand(Accept, () => SelectedMachine != null);