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