Esempio n. 1
0
 public void GetCurrentGame()
 {
     ApiService.ApiKey = APIKEY;//you must add your project, if you dont use ninject
     NonStaticApi api  = new NonStaticApi(new Api.Cache.ApiCache());
     CurrentGame  data = api.GetCurrentGame(summonerId1, Region, true);
 }