private async void StartParse() { startButton.Enabled = false; await ExchangeRate.Init(); lastStartTime = DateTime.Now; Program.ParserActive = true; Program.CountOfParsedSites = 0; Program.countOfParsedLines = 0; testArr = new List <GameInfo>(); goldFunPay.Start(); lotsFunPay.Start(); ParserWorkerG2G.Start(); }