refactor: 将 PortProxyUtil 类的访问修饰符改为 public
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
namespace PortProxyTool;
|
namespace PortProxyTool;
|
||||||
|
|
||||||
internal static class PortProxyUtil
|
public static class PortProxyUtil
|
||||||
{
|
{
|
||||||
public static PortProxyType? GetPortProxyTypeByString(string type)
|
public static PortProxyType? GetPortProxyTypeByString(string type)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user