Пример #1
0
 public PackageAssembly(string assemblyName, Rule rule, FileEntry file)
 {
     Name = assemblyName;
     Rule = rule;
     _files = file.SingleItemAsEnumerable();
 }
Пример #2
0
 public FileEntry( FileEntry fe )
 {
     SourcePath = fe.SourcePath;
     DestinationPath = fe.DestinationPath;
 }