diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureFrame.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureFrame.cs | 12 |
1 files changed, 2 insertions, 10 deletions
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 } /// <summary> - /// Gets or sets a value indicating whether the difference frame is available and contains any differences. + /// Gets or sets the number differences. /// </summary> - private bool _hasDifference; - public bool HasDifference - { - get - { - return DifferenceAvailable && _hasDifference; - } - set { _hasDifference = value; } - } + public uint DifferenceCount { get; set; } /// <summary> /// Returns the difference frame. |
