12 lines
219 B
C#
12 lines
219 B
C#
using PortProxyTool;
|
|
|
|
namespace Test;
|
|
|
|
internal static class Program
|
|
{
|
|
private static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Hello, World!");
|
|
var t = PortProxy.GetPortProxies();
|
|
}
|
|
} |