示例#1
0
 public FlatCatalogListItem(FlatCatalogListItem item)
 {
     this.FromRegistry = item.FromRegistry;
     this.CatalogID    = item.CatalogID;
     this.LocationPath = item.LocationPath;
     this.Locale       = item.Locale;
     this.CatalogName  = item.CatalogName;
     this.SeedFilePath = item.SeedFilePath;
 }
示例#2
0
 public FlatCatalogListItem(FlatCatalogListItem item)
 {
     this.FromRegistry = item.FromRegistry;
     this.CatalogID = item.CatalogID;
     this.LocationPath = item.LocationPath;
     this.Locale = item.Locale;
     this.CatalogName = item.CatalogName;
     this.SeedFilePath = item.SeedFilePath;
 }