Exemplo n.º 1
0
 public ChooserManager(InstanceActivator activator, IPhoneService phoneService)
 {
     this.activator    = activator;
     this.phoneService = phoneService;
 }
Exemplo n.º 2
0
 public PhoneContainer()
 {
     Activator = new InstanceActivator(type => GetInstance(type, null));
 }