mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update EnvForm.cs
This commit is contained in:
parent
ee5f503e42
commit
1a8c93627a
|
@ -196,6 +196,7 @@ namespace WelsonJS.Launcher
|
||||||
var fileDialog = new OpenFileDialog();
|
var fileDialog = new OpenFileDialog();
|
||||||
if (fileDialog.ShowDialog() == DialogResult.OK)
|
if (fileDialog.ShowDialog() == DialogResult.OK)
|
||||||
{
|
{
|
||||||
|
textSetName.Text = Path.GetFileName(fileDialog.FileName);
|
||||||
textSetValue.Text = fileDialog.FileName;
|
textSetValue.Text = fileDialog.FileName;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user