public void GetAllCoins()
 {
     mCoinList       = new List <Data>();
     mNetworkService = new CrytoIndex.Service.NetworkServiceApi(mCoinList);
     mCoinList       = mNetworkService.GetCoinList();
 }
示例#2
0
 public void GetAllCoins()
 {
     mNetworkService = new NetworkServiceApi(mCoinList);
     mCoinList       = mNetworkService.GetCoinList();
 }