From 90cd8600ddd80933a97612786c3a89a4eb299d1f Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Tue, 3 Mar 2020 00:30:58 +0200 Subject: synced from experiments. --- .../Visual_Studio/Tango.RemoteDesktop/ScreenCaptureFrame.cs | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureFrame.cs') diff --git a/Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureFrame.cs b/Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureFrame.cs index 75e7a961f..12d749954 100644 --- a/Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureFrame.cs +++ b/Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureFrame.cs @@ -48,17 +48,9 @@ namespace Tango.RemoteDesktop } /// - /// Gets or sets a value indicating whether the difference frame is available and contains any differences. + /// Gets or sets the number differences. /// - private bool _hasDifference; - public bool HasDifference - { - get - { - return DifferenceAvailable && _hasDifference; - } - set { _hasDifference = value; } - } + public uint DifferenceCount { get; set; } /// /// Returns the difference frame. -- cgit v1.3.1