diff --git a/Novetus/Novetus.Bootstrapper/NovetusLaunchForm.cs b/Novetus/Novetus.Bootstrapper/NovetusLaunchForm.cs index 9da2de4..37f045d 100644 --- a/Novetus/Novetus.Bootstrapper/NovetusLaunchForm.cs +++ b/Novetus/Novetus.Bootstrapper/NovetusLaunchForm.cs @@ -19,9 +19,9 @@ namespace Novetus.Bootstrapper private void NovetusLaunchForm_Load(object sender, EventArgs e) { - //FileManagement.ReadInfoFile(LocalPaths.InfoPath, - //LocalPaths.VersionTermList, - //LocalPaths.LauncherPath); + FileManagement.ReadInfoFile(LocalPaths.InfoPath, + LocalPaths.VersionTermList, + LocalPaths.LauncherPath); if (File.Exists(LocalPaths.ConfigPath)) {