diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-08-31 04:48:46 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-08-31 04:48:46 +0300 |
| commit | 76a913a9d3e70f4379c3aaca7e6dd8e4da6aff13 (patch) | |
| tree | 5c1faa8986974daed7393c61e2fe67abb87f275b /Software/Visual_Studio/PPC/Tango.PPC.Common | |
| parent | a1d55aa060450b0a16b597794686b2aa41eea259 (diff) | |
| download | Tango-76a913a9d3e70f4379c3aaca7e6dd8e4da6aff13.tar.gz Tango-76a913a9d3e70f4379c3aaca7e6dd8e4da6aff13.zip | |
Telemetry closed corners.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Telemetry/ITelemetryProvider.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Telemetry/ITelemetryProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Telemetry/ITelemetryProvider.cs index 529775d0e..9d6aceff1 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Telemetry/ITelemetryProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Telemetry/ITelemetryProvider.cs @@ -6,7 +6,7 @@ using System.Threading.Tasks; namespace Tango.PPC.Common.Telemetry { - public interface ITelemetryProvider + public interface ITelemetryProvider : IDisposable { TelemetrySettings Settings { get; set; } } |
