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/BitmapComparerResult.cs | |
| parent | e02d0d2188f123618b7e394405769918a485309c (diff) | |
| download | Tango-90cd8600ddd80933a97612786c3a89a4eb299d1f.tar.gz Tango-90cd8600ddd80933a97612786c3a89a4eb299d1f.zip | |
synced from experiments.
Diffstat (limited to 'Software/Visual_Studio/Tango.RemoteDesktop/BitmapComparerResult.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.RemoteDesktop/BitmapComparerResult.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.RemoteDesktop/BitmapComparerResult.cs b/Software/Visual_Studio/Tango.RemoteDesktop/BitmapComparerResult.cs index 66a2f8660..1ebd4a529 100644 --- a/Software/Visual_Studio/Tango.RemoteDesktop/BitmapComparerResult.cs +++ b/Software/Visual_Studio/Tango.RemoteDesktop/BitmapComparerResult.cs @@ -18,8 +18,8 @@ namespace Tango.RemoteDesktop public TFrame Frame { get; set; } /// <summary> - /// Gets or sets a value indicating whether the <see cref="Frame"/> contains any differences. + /// Gets or sets the number of differences. /// </summary> - public bool ContainsDifference { get; set; } + public uint DifferenceCount { get; set; } } } |
