Respacening

Style guidelines, handle a bunch of files
no functional change
This commit is contained in:
Kurt
2018-07-26 19:34:27 -07:00
parent 9551d4e707
commit c8563a3737
67 changed files with 838 additions and 204 deletions

View File

@@ -74,6 +74,7 @@ private static int GetFrameworkVersion()
return releaseKey;
}
}
private static void Error(string msg) => MessageBox.Show(msg, "PKHeX Error", MessageBoxButtons.OK, MessageBoxIcon.Stop);
#if !DEBUG