Example #1
0
 public Merger(ConfigurationVO cvo, List <MergedFile> clipData)
 {
     this.cvo      = cvo;
     commands      = new ExeCommands();
     this.clipData = clipData;
 }
Example #2
0
 public Merger(ConfigurationVO cvo)
 {
     this.cvo = cvo;
     commands = new ExeCommands();
 }