Update NovetusLaunchForm.cs
This commit is contained in:
parent
629b19b2ed
commit
dc18261611
|
|
@ -19,9 +19,9 @@ namespace Novetus.Bootstrapper
|
||||||
|
|
||||||
private void NovetusLaunchForm_Load(object sender, EventArgs e)
|
private void NovetusLaunchForm_Load(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
//FileManagement.ReadInfoFile(LocalPaths.InfoPath,
|
FileManagement.ReadInfoFile(LocalPaths.InfoPath,
|
||||||
//LocalPaths.VersionTermList,
|
LocalPaths.VersionTermList,
|
||||||
//LocalPaths.LauncherPath);
|
LocalPaths.LauncherPath);
|
||||||
|
|
||||||
if (File.Exists(LocalPaths.ConfigPath))
|
if (File.Exists(LocalPaths.ConfigPath))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue