We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1908788 commit 389379bCopy full SHA for 389379b
1 file changed
FileSyncAppWin/Program.cs
@@ -52,7 +52,7 @@ static void Main(string[] args)
52
Application.SetUnhandledExceptionMode(UnhandledExceptionMode.CatchException);
53
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
54
ApplicationConfiguration.Initialize();
55
- mainForm = new MainForm();
+ mainForm = new MainForm(args);
56
Application.Run(mainForm);
57
}
58
catch (Exception exception)
0 commit comments