❔ Need help implementing a toolbox
What's a good way to implement something like this? Currently I have some services, all of which implement
IConfigurationService
. I create a collection of services and register it as a dependency that ConfigurationViewModel
requires. ConfigurationView
has an ItemsControl
that binds to that collection.
DI code:
https://pastebin.com/FgsA8pC1
And here's what a configuration service looks like:
https://pastebin.com/zR3pGBW3
Also, I need some services that can't enable/disable things. Instead, they would perform an irreversible action, so the old methods would no longer be suitable.Pastebin
DI - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Pastebin
Configuration service - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.