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

@ -11,5 +11,6 @@ namespace BrowserHelper.Settings
public int TimeoutInterval { get; set; }
public string[] StockWishes { get; set; }
public string[] StocWishCols { get; set; }
public string[] StockGroups { get; set; }
}
}