Update MainForm.cs

This commit is contained in:
Namhyeon Go 2024-10-04 17:01:02 +09:00
parent 2e334ec12e
commit adce996aae

View File

@ -211,10 +211,7 @@ namespace WelsonJS.Launcher
private void userdefinedVariablesToolStripMenuItem_Click(object sender, EventArgs e)
{
using (var envForm = new EnvForm())
{
envForm.Show();
}
(new EnvForm()).Show();
}
}
}