예제 #1
0
        protected virtual void SendActionWithPage()
        {
            string cacaheKey = "";

            SetActionDic();
            if (ActionWithCacheKey)
            {
                YxDebug.LogDictionary(ActionParam);
                cacaheKey = YxTools.GetCacahKey(TabActionName, ActionParam);
            }
            YxTools.SendActionWithCacheKey(TabActionName, ActionParam, UpdateView, cacaheKey);
        }