diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-12 14:03:47 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-12 14:03:47 +0300 |
| commit | 856a23723afcc9d48c0f019dc33a259ac6c279ed (patch) | |
| tree | 6cc82030ee2d9c74bd7f841bfdc6a0c163def97d /Software/Visual_Studio/PPC/Tango.PPC.Common/Application | |
| parent | 70fe7f13b519df86420f8c2b97cf8eb3ab67e9a5 (diff) | |
| download | Tango-856a23723afcc9d48c0f019dc33a259ac6c279ed.tar.gz Tango-856a23723afcc9d48c0f019dc33a259ac6c279ed.zip | |
Implemented continuous request timeouts.
Implemented continuous request abort exception.
Added log object for real time logs.
Some work on PPC & Machine Studio.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Application')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs index d07a074fc..1ac70c650 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs @@ -26,16 +26,6 @@ namespace Tango.PPC.Common.Application event EventHandler ModulesInitialized; /// <summary> - /// Gets the associated observable entity machine. - /// </summary> - Machine Machine { get; } - - /// <summary> - /// Occurs when the connected machine property has changed. - /// </summary> - event EventHandler<IMachineOperator> ConnectedMachineChanged; - - /// <summary> /// Gets a value indicating whether the application is shutting down. /// </summary> bool IsShuttingDown { get; } @@ -46,11 +36,6 @@ namespace Tango.PPC.Common.Application void ShutDown(); /// <summary> - /// Gets or sets the currently connected machine if any. - /// </summary> - IMachineOperator ConnectedMachine { get; set; } - - /// <summary> /// Gets the application version. /// </summary> String Version { get; } |
