Ejemplo n.º 1
0
 internal void Initialize(ZipNShareTools toolsPage)
 {
     this.OutputFileName           = toolsPage.OutputFileName;
     this.OutputFolder             = toolsPage.OutputFolder;
     this.OverwriteZipFileIfExists = toolsPage.OverwriteZipFileIfExists;
     this.ZipExclusions            = new ObservableCollection <ZipExclusion>(toolsPage.Exceptions);
 }
 internal void Initialize(ZipNShareTools toolsPage)
 {
     this.OutputFileName = toolsPage.OutputFileName;
     this.OutputFolder = toolsPage.OutputFolder;
     this.OverwriteZipFileIfExists = toolsPage.OverwriteZipFileIfExists;
     this.ZipExclusions = new ObservableCollection<ZipExclusion>(toolsPage.Exceptions);
 }