Change NetUtil to a static class

NetUtil simply can be static, which brings it inline with the other
NetUtil.
This commit is contained in:
Tsunamical 2017-02-04 11:18:48 -05:00
parent 115a8da8f2
commit 66e669a42b

View file

@ -5,7 +5,7 @@ using System.Net;
namespace PKHeX.WinForms namespace PKHeX.WinForms
{ {
public class NetUtil public static class NetUtil
{ {
public static string getStringFromURL(string webURL) public static string getStringFromURL(string webURL)
{ {