aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Emulations/IEmulator.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-01-08 18:19:37 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-01-08 18:19:37 +0200
commit3aa8d26fe59aeea616bda89ca325b9f9583fadc6 (patch)
tree064470fd7ba7d2186b257544a3d1675dc7f21b64 /Software/Visual_Studio/Tango.Emulations/IEmulator.cs
parentf95e70a118ed238bbdeea5b44c9be7e6cfb0b89c (diff)
downloadTango-3aa8d26fe59aeea616bda89ca325b9f9583fadc6.tar.gz
Tango-3aa8d26fe59aeea616bda89ca325b9f9583fadc6.zip
Added code comments for:
Integration. Refactored ExternalBridgeClient to: IExternalBridgeSecureClient. ExternalBridgeTcpClient. ExternalBridgeUsbClient. Refactored MachineConnectionView to use the new external bridge clients by data template "data type".
Diffstat (limited to 'Software/Visual_Studio/Tango.Emulations/IEmulator.cs')
-rw-r--r--Software/Visual_Studio/Tango.Emulations/IEmulator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Emulations/IEmulator.cs b/Software/Visual_Studio/Tango.Emulations/IEmulator.cs
index 9345c530d..5546bae82 100644
--- a/Software/Visual_Studio/Tango.Emulations/IEmulator.cs
+++ b/Software/Visual_Studio/Tango.Emulations/IEmulator.cs
@@ -16,7 +16,7 @@ namespace Tango.Emulations
Task Stop();
/// <summary>
- /// Starts this instance.
+ /// Starts this emulator.
/// </summary>
Task Start();