blob: 58e5e56ae6a2a1846b7cf3d0c48137d13a88dc49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
using System;
namespace XMainClient
{
internal class Process_PtcG2C_TajieHelpNotify
{
public static void Process(PtcG2C_TajieHelpNotify roPtc)
{
TaJieHelpDocument.Doc.OnGetPtcMes(roPtc);
}
}
}
|