diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-03 00:30:58 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-03-03 00:30:58 +0200 |
| commit | 90cd8600ddd80933a97612786c3a89a4eb299d1f (patch) | |
| tree | 6e61f33b2b1f791198a7a059dbe8d09ad4974a97 /Software/Visual_Studio/Tango.RemoteDesktop/ScreenCaptureFrame.cs | |
| parent | e02d0d2188f123618b7e394405769918a485309c (diff) | |
| download | Tango-90cd8600ddd80933a97612786c3a89a4eb299d1f.tar.gz Tango-90cd8600ddd80933a97612786c3a89a4eb299d1f.zip | |
synced from experiments.
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. |
