v2rayN/v2rayN/ProtosLib/Tests.cs
2023-04-14 20:49:36 +08:00

13 lines
No EOL
191 B
C#

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