Exemple #1
0
        void Client_OnPlayerWinedRaiderNotify(MetaData.Game.RaideroftheLostArk.RaiderRoundMetaDataInfo roundInfo)
        {
            try
            {
                //this.CurrentRaiderRound.ParentObject = roundInfo;
                //AsyncGetHistoryRaiderRoundRecords(GlobalData.PageItemsCount, 1);

                //if (SelfWinRoundID != e.Result.ID)
                //{
                //    SelfWinRoundID = e.Result.ID;
                //    MyMessageBox.ShowInfo(string.Format("恭喜您成为第{0}期夺宝奇兵得主,您赢得{1}矿石奖励", e.Result.ID, e.Result.WinStones));
                //}

                //MyMessageBox.ShowInfo(string.Format("恭喜您成为第{0}期夺宝奇兵得主,您赢得{1}矿石奖励", roundInfo.ID, roundInfo.WinStones));

                //App.UserVMObject.AsyncGetPlayerInfo();
                //AsyncGetHistoryRaiderRoundRecords(GlobalData.PageItemsCount, 1);
                //this.ListSelfBetRecords.Clear();
            }
            catch (Exception exc)
            {
                LogHelper.Instance.AddErrorLog("Client_GetCurrentRaiderRoundInfoCompleted Exception", exc);
            }
        }
 public void PlayerWinedRaiderNotify(string token, MetaData.Game.RaideroftheLostArk.RaiderRoundMetaDataInfo roundInfo)
 {
     this.InvokeCallback(token, "PlayerWinedRaiderNotify", roundInfo);
 }
 public void PlayerJoinRaiderSucceed(string token, MetaData.Game.RaideroftheLostArk.RaiderRoundMetaDataInfo roundInfo)
 {
     this.InvokeCallback(token, "PlayerJoinRaiderSucceed", roundInfo);
 }