Пример #1
0
 private bool OnGetShopListRsp(GetShopListRsp rsp)
 {
     if (rsp.get_retcode() == null)
     {
         this.MergeStoreDataItemList(rsp.get_shop_list());
     }
     return(false);
 }
Пример #2
0
 private bool OnGetShopListRsp(GetShopListRsp rsp)
 {
     if (rsp.get_retcode() == null)
     {
         this.SetupView();
     }
     return(false);
 }