void LoadResults() { var resultsFetcher = new ResultsFetcher(); Results = resultsFetcher.GetResults(SkySportsName); RemainingProgress -= RESULTS_LOADING_TIME_WEIGHT; callback(label, RemainingProgress); Table = new StatFetcher().GetTable(this.Results, TableType.FullTable); RemainingProgress -= TABLE_LOADING_TIME_WEIGHT; callback(label, RemainingProgress); }