I am writing a forms designer using .NET. I am using CodeDomDesignerLoader as the base for my own loader. There is a INameCreationService already implemented in the CodeDomDesignerLoader.
I would like to replace the INameCreationService with my own implementation. But I am not sure how to do it correctly and whether it is posible or not.
The question is: is that possible to set my own implementation on the INameCreationService, and if it is could you please give a hint on how to do it.
Thanks.