コード例 #1
0
 public ServiceLocationSimulationManager(ServiceLocator locator)
 {
     this.locator = locator;
 }
コード例 #2
0
 public ServiceLocationIndividualTestManager(ServiceLocator locator)
 {
     this.locator = locator;
 }
コード例 #3
0
 public ServiceLocationRuntimeManager(ServiceLocator locator)
 {
     this.locator = locator;
 }