blob: 0f01d623370851cdce474d41bafb64062c14dd75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
using System;
using XMainClient.UI.UICommon;
namespace XMainClient
{
internal class Process_PtcM2C_GiftIBSucessNtf
{
public static void Process(PtcM2C_GiftIBSucessNtf roPtc)
{
DlgBase<PresentDlg, PresentBehaviour>.singleton.OnResPresent(roPtc.Data.openid, roPtc.Data.name);
}
}
}
|