diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Transport/ITransportComponent.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Transport/ITransportComponent.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Software/Visual_Studio/Tango.Transport/ITransportComponent.cs b/Software/Visual_Studio/Tango.Transport/ITransportComponent.cs index 7972f8551..5266e0217 100644 --- a/Software/Visual_Studio/Tango.Transport/ITransportComponent.cs +++ b/Software/Visual_Studio/Tango.Transport/ITransportComponent.cs @@ -12,11 +12,6 @@ namespace Tango.Transport public interface ITransportComponent : IDisposable { /// <summary> - /// Gets or sets the name of the transport component. - /// </summary> - String ComponentName { get; set; } - - /// <summary> /// Connects the transport component. /// </summary> /// <returns></returns> |
