コード例 #1
0
 public GetParentCommandTest()
 {
     this.command = new OpenGetParentCommand {
         Engine = new DataEngine(this.database)
     };
     this.command.Initialize(this.dataStorage);
 }
コード例 #2
0
 public GetParentCommandTest()
 {
   this.command = new OpenGetParentCommand { Engine = new DataEngine(this.database) };
   this.command.Initialize(this.innerCommand);
 }