コード例 #1
0
 IRegistryCoordination IRegistryCoordination.Clear()
 {
     Registry = new NullRegistryController();
     return(this);
 }
コード例 #2
0
 public CommandLineConfiguration()
 {
     Registry = new NullRegistryController();
     Launcher = new NullLauncher();
     Sherlock = new NullSearcher();
 }