Exemple #1
0
        public void OnCompound()
        {
            //        mCompoundRequest.parameters[0].parameter = EB.Dot.String("economyId", templateid, null);
            //        LoadingSpinner.Show();
            //        mCompoundRequest.SendRequest();
            //        dataLookup.ClearShowCache();

            GlobalMenuManager.Instance.Open("LTAwakeningGenericTrans", templateid);
            dataLookup.ClearShowCache();
        }
Exemple #2
0
 public void OnUse()
 {
     mUseRequest.parameters[0].parameter = curItemInfo.InventoryId.Replace("inventory.", "");
     mUseRequest.parameters[1].parameter = mCurNum.ToString();
     LoadingSpinner.Show();
     mUseRequest.SendRequest();
     dataLookup.ClearShowCache();
 }