Exemplo n.º 1
0
 public void GetDiamondShoppingItems(bool getAllSellState, MetaData.Shopping.SellState state, DiamondsShoppingItemType itemType)
 {
     this._invoker.Invoke <DiamondShoppingItem[]>(this._context, "GetDiamondShoppingItems", this.GetDiamondShoppingItemsCompleted, GlobalData.Token, getAllSellState, state, itemType);
 }
Exemplo n.º 2
0
 public void GetVirtualShoppingItems(bool getAllItem, MetaData.Shopping.SellState state)
 {
     this._invoker.Invoke <VirtualShoppingItem[]>(this._context, "GetVirtualShoppingItems", this.GetVirtualShoppingItemsCompleted, GlobalData.Token, getAllItem, state);
 }