Extra utility-page created , putting all stockgroups in place

This commit is contained in:
2022-10-12 21:05:33 +02:00
parent 6e2eb207a3
commit 0cb51d70cb
8 changed files with 63 additions and 7 deletions

View File

@ -12,5 +12,7 @@ namespace BrowserHelper.Settings
public string[] StockWishes { get; set; }
public string[] StocWishCols { get; set; }
public string[] StockGroups { get; set; }
public string[] ZNotFoundStocks { get; set; }
}
}