Regret closing initial window and progressbar for timeconsuming events
This commit is contained in:
@ -33,6 +33,7 @@ namespace StockInfoCore
|
||||
private void ReloadRemainingStocks()
|
||||
{
|
||||
if (selectedPersonId == 0) return;
|
||||
lvSellCandidates.Items.Clear();
|
||||
remainingStocks = _stockRepository.GetAllRemainingStocks(selectedPersonId).ToList();
|
||||
foreach (var stock in remainingStocks)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user