10 lines
206 B
C#
10 lines
206 B
C#
|
namespace Thousandto.CoreSDK
|
|||
|
{
|
|||
|
public class SDKStatisticsDefault : SDKStatistics
|
|||
|
{
|
|||
|
public override void StatisticalEvent(DataTypes funcType, string jsonParam)
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|