Update ScreenMatching.cs

This commit is contained in:
Namhyeon Go 2024-08-24 16:16:07 +09:00 committed by GitHub
parent ad06da549f
commit 32975494f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ public class ScreenMatching
private int templateCurrentIndex = 0;
private double threshold = 0.4;
private string mode;
private List<string> _params;
private List<string> _params = new List<string>();
public ScreenMatching(ServiceBase parent, string workingDirectory)
{