예제 #1
0
 public IsoEntryPadding(IsoEntryPaddingRemoval Type, string TempPath, string IsoPath, bool KeepIso)
 {
     this.KeepIso = true;
     this.Type = Type;
     this.TempPath = TempPath;
     this.IsoPath = IsoPath;
     this.KeepIso = KeepIso;
 }
예제 #2
0
 public IsoEntryPadding(IsoEntryPaddingRemoval Type, string TempPath, string IsoPath, bool KeepIso)
 {
     this.KeepIso  = true;
     this.Type     = Type;
     this.TempPath = TempPath;
     this.IsoPath  = IsoPath;
     this.KeepIso  = KeepIso;
 }