Generate config files when startup

Brian [2016-08-16 17:34:33]
Generate config files when startup

Settings form not ready yet.
Filename
PokemonGo.RocketBot.Window/Forms/MainForm.cs
diff --git a/PokemonGo.RocketBot.Window/Forms/MainForm.cs b/PokemonGo.RocketBot.Window/Forms/MainForm.cs
index 84bc145..29721c5 100644
--- a/PokemonGo.RocketBot.Window/Forms/MainForm.cs
+++ b/PokemonGo.RocketBot.Window/Forms/MainForm.cs
@@ -76,6 +76,7 @@ namespace PokemonGo.RocketBot.Window.Forms
             {
                 startStopBotToolStripMenuItem.Enabled = false;
                 Logger.Write("First time here? Go to settings to set your basic info.");
+                GlobalSettings.Load("");
             }
         }
You may download the files in Public Git.