v2rayN/v2rayN/ProtosLib/Tests.cs
2023-01-01 19:42:01 +08:00

15 lines
194 B
C#

using ProtosLib.Statistics;
namespace ProtosLib
{
public class Tests
{
private StatsService.StatsServiceClient client_;
public Tests()
{
}
}
}