v2rayN/v2rayMiniConsole/ProtosLib/Tests.cs

13 lines
191 B
C#
Raw Normal View History

2024-07-20 08:54:25 +00:00
using ProtosLib.Statistics;
namespace ProtosLib
{
public class Tests
{
private StatsService.StatsServiceClient client_;
public Tests()
{
}
}
}