mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 05:31:03 +00:00
Update ScreenMatching.cs
This commit is contained in:
parent
ad06da549f
commit
32975494f3
|
@ -58,7 +58,7 @@ public class ScreenMatching
|
||||||
private int templateCurrentIndex = 0;
|
private int templateCurrentIndex = 0;
|
||||||
private double threshold = 0.4;
|
private double threshold = 0.4;
|
||||||
private string mode;
|
private string mode;
|
||||||
private List<string> _params;
|
private List<string> _params = new List<string>();
|
||||||
|
|
||||||
public ScreenMatching(ServiceBase parent, string workingDirectory)
|
public ScreenMatching(ServiceBase parent, string workingDirectory)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user