mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-02 21:28:51 +00:00
15 lines
194 B
C#
15 lines
194 B
C#
using ProtosLib.Statistics;
|
|
|
|
namespace ProtosLib
|
|
{
|
|
public class Tests
|
|
{
|
|
private StatsService.StatsServiceClient client_;
|
|
|
|
public Tests()
|
|
{
|
|
|
|
|
|
}
|
|
}
|
|
}
|