mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 07:21:43 +00:00
Update MainForm.cs
This commit is contained in:
parent
2e334ec12e
commit
adce996aae
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user