Re: [Windsor] Multiple registrations with Castle Windsor

2015-05-29 Thread hammett
wrote: I'm reposting from here http://stackoverflow.com/questions/30510942/multiple-registrations-with-castle-windsor I have the following situation in a WPF application: public class ExpenseView : UserControl, IAccountingView {} // just a marker, the contract is in IViewWindow public interface

Re: [Windsor] Multiple registrations with Castle Windsor

2015-05-29 Thread bdaniel7
is in there... On Thu, May 28, 2015 at 11:17 PM, bdaniel7 bdan...@gmail.com javascript: wrote: I'm reposting from here http://stackoverflow.com/questions/30510942/multiple-registrations-with-castle-windsor I have the following situation in a WPF application: public class

[Windsor] Multiple registrations with Castle Windsor

2015-05-29 Thread bdaniel7
I'm reposting from here http://stackoverflow.com/questions/30510942/multiple-registrations-with-castle-windsor I have the following situation in a WPF application: public class ExpenseView : UserControl, IAccountingView {} // just a marker, the contract is in IViewWindowpublic interface