mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-29 22:36:20 +00:00
13 lines
191 B
C#
13 lines
191 B
C#
![]() |
using ProtosLib.Statistics;
|
|||
|
|
|||
|
namespace ProtosLib
|
|||
|
{
|
|||
|
public class Tests
|
|||
|
{
|
|||
|
private StatsService.StatsServiceClient client_;
|
|||
|
|
|||
|
public Tests()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|