Change settings form opening as show dialog

Author redfuegolight <xxxredfuegolight@gmail.com>
Author date 2016-07-30 16:06:09
Author local date 2016-07-30 18:06:09 +0200
Committer GitHub <noreply@github.com>
Committer date 2016-07-30 16:06:09
Committer local date 2016-07-30 18:06:09 +0200
Commit 208f91ce10a7f17315acecc7d73fd22ccbb6e13d
Tree 804f37efe1e33904947a9e701ca886757df8ae35
Parent d0a3275d280545684963936577c834a51a0b16f6
Change settings form opening as show dialog

Changed settingsForm.Show(); in settingsForm.ShowDialog(); to avoid the possibile to open multiple settings form which is usless. That can create problems if a user doesn't make attention and opens more instances of this form.
With .ShoWDialog() we avoid this problem you must be open just 1 form at time
Affected files:
PokemonGo/RocketAPI/Window/MainForm.cs
You may download the files in Public Git.