New Utility Window. scraping of StockGroups, and coupled Stocks, Show in listview on UtilityWindow

This commit is contained in:
2022-09-29 12:51:57 +02:00
parent 13f4613fb8
commit 6e2eb207a3
10 changed files with 283 additions and 2 deletions

View File

@ -8,6 +8,7 @@ namespace StockDAL.Interface
List<DiTraderStockRow> SearchStockAndCollect(string stockName);
void GetStocksPerList(string listText);
void PerformClickOnSpecialValue(string name, string operation);
List<StockGroupModel> GetGroupStocksList(string listText, int startNo = 0);
}
}