mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 14:00:21 +00:00
Change NetUtil to a static class
NetUtil simply can be static, which brings it inline with the other NetUtil.
This commit is contained in:
parent
115a8da8f2
commit
66e669a42b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ using System.Net;
|
|||
|
||||
namespace PKHeX.WinForms
|
||||
{
|
||||
public class NetUtil
|
||||
public static class NetUtil
|
||||
{
|
||||
public static string getStringFromURL(string webURL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue