mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-18 14:28:33 +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
|
namespace PKHeX.WinForms
|
||||||
{
|
{
|
||||||
public class NetUtil
|
public static class NetUtil
|
||||||
{
|
{
|
||||||
public static string getStringFromURL(string webURL)
|
public static string getStringFromURL(string webURL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue