コード例 #1
0
 public ChooserManager(InstanceActivator activator, IPhoneService phoneService)
 {
     this.activator    = activator;
     this.phoneService = phoneService;
 }
コード例 #2
0
 public PhoneContainer()
 {
     Activator = new InstanceActivator(type => GetInstance(type, null));
 }