I have a class which implements two interfaces. I've registered a component with Windsor with the first interface. Resolve<IFirstInterface> provides me the proper object for the specified interface. How should I register the component so that when I request Resolve<ISecondInterface>, Windsor to respond with the same instance of the class?
Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
