Tagged Questions
6
votes
1answer
531 views
How to combine designable components with dependency injection
When creating a designable .NET component, you are required to provide a default constructor. From the IComponent documentation:
To be a component, a class must
implement the IComponent ...