Now personal stock window is loaded asyncronous

(not locking the initial window)
This commit is contained in:
2022-02-22 20:46:02 +01:00
parent d8f6ce4650
commit 95a9537af9
3 changed files with 81 additions and 2 deletions

View File

@ -16,6 +16,7 @@ namespace StockDal.Interface
void LoadStockMarketList(int persId);
//void LoadStockMarketList(int persId, bool viewBrowser);
Task LoadStockMarketListAsync(int persId);
DiTraderStockRow LoadStockMarketStockData(string searchedStock);
}
}