diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-06 18:39:56 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-06 18:39:56 +0300 |
| commit | 47c0f9224c370009c3b37f6db83ec99c31d859f8 (patch) | |
| tree | 5b70c05f2254a3edd8b9af26eb19d61efb450c27 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Diagnostics | |
| parent | 038e6c51a405b39f35f70f9481a4277f39517204 (diff) | |
| download | Tango-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.Common/Diagnostics')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Diagnostics/DefaultDiagnosticsFrameProvider.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Diagnostics/DefaultDiagnosticsFrameProvider.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Diagnostics/DefaultDiagnosticsFrameProvider.cs index 42eab20a5..d34ef4b96 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Diagnostics/DefaultDiagnosticsFrameProvider.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Diagnostics/DefaultDiagnosticsFrameProvider.cs @@ -19,11 +19,6 @@ namespace Tango.MachineStudio.Common.Diagnostics { private IStudioApplicationManager _application; - /// <summary> - /// Occurs when the machine events state provider has changed. - /// </summary> - public event EventHandler<IMachineEventsStateProvider> MachineEventsStateProviderChanged; - private bool _disable; /// <summary> /// Disables the frame delivery from the current connected machine and enables the manual push frame method. |
