Hi
I have wpf app and I am allowing usercontrol plugins that implement an interface.
i want to allow the plugins to have their own properties but I want to have these properties access from menu in the host.
How would this be architected best?
The properties could be string, double etc.
Malcolm