Пример #1
0
 /// <summary>
 /// 请求历史记录回调
 /// </summary>
 /// <param name="callBackParam"></param>
 public override void openHistoryPanel2CallBack(LotteryHistoryListDto callBackParam)
 {
     if (callBackParam != null)
     {
         UITianTianLePanel uITianTianLePanel = MessageManager.GetInstance.GetUIDict <UITianTianLePanel>();
         if (uITianTianLePanel != null)
         {
             PlayerCache.historyList = callBackParam.dtoList;
             uITianTianLePanel.OpenTrendResponse(callBackParam.dtoList);
         }
     }
 }
Пример #2
0
 /// <summary>
 /// 打开历史记录面板 ----> <<openHistoryPanel();回调>>
 /// </summary>
 public virtual void openHistoryPanel2CallBack(LotteryHistoryListDto callBackParam)
 {
 }