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. --- Software/Visual_Studio/Tango.RemoteDesktop/BitmapComparerResult.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Visual_Studio/Tango.RemoteDesktop/BitmapComparerResult.cs') 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; } /// - /// Gets or sets a value indicating whether the contains any differences. + /// Gets or sets the number of differences. /// - public bool ContainsDifference { get; set; } + public uint DifferenceCount { get; set; } } } -- cgit v1.3.1