Starta inte ny chromedriver för varje anrop

This commit is contained in:
2021-02-10 07:21:00 +01:00
parent e4fee01015
commit d3b28ae51a
2 changed files with 11 additions and 7 deletions

View File

@ -63,7 +63,7 @@ namespace RepositoryPattern
_stockMarketRepository.LoadStockMarketList();
Stocks = _stockMarketRepository.StockMarketList;
ReloadData();
lbUpdateTimes.Items.Add(DateTime.Now.ToString());
lbUpdateTimes.Items.Add(DateTime.Now.ToLongTimeString());
}
private void lvMyStocks_DrawColumnHeader(object sender, DrawListViewColumnHeaderEventArgs e)