Exemplo n.º 1
0
 public ResolvePathCommandTest()
 {
     this.command = new OpenResolvePathCommand {
         Engine = new DataEngine(this.database)
     };
     this.command.Initialize(this.dataStorage);
 }
 public ResolvePathCommandTest()
 {
   this.command = new OpenResolvePathCommand { Engine = new DataEngine(this.database) };
   this.command.Initialize(this.innerCommand);
 }