We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7b685 commit f0623e8Copy full SHA for f0623e8
1 file changed
Program.cs
@@ -42,7 +42,7 @@ static void Main()
42
{
43
using (var nativeHelper = new NativeHelper())
44
45
- var form = new MainForm(nativeHelper, settings);
+ var form = new MainForm(nativeHelper);
46
47
Application.Run(form);
48
}
0 commit comments