コード例 #1
0
ファイル: SaveList.cs プロジェクト: dd-dk/sims3tools
 public SaveList(MainForm mainForm, SpecificResource selectedItem, Dictionary<string, IResourceKey> rkList,
     PathPackageTuple target, bool compress, bool addSTBLs, bool padSTBLs, bool zeroSTBLIID, bool excludeCommonResources,
         MainForm.updateProgressCallback updateProgressCB, StopSavingCallback stopSavingCB, SaveListComplete savingCompleteCB)
 {
     this.mainForm = mainForm;
     this.selectedItem = selectedItem;
     this.rkList = rkList;
     this.target = target;
     this.compress = compress;
     this.addSTBLs = addSTBLs;
     this.padSTBLs = padSTBLs;
     this.zeroSTBLIID = zeroSTBLIID;
     this.excludeCommonResources = excludeCommonResources;
     this.updateProgressCB = updateProgressCB;
     this.stopSavingCB = stopSavingCB;
     this.savingCompleteCB = savingCompleteCB;
 }
コード例 #2
0
ファイル: SaveList.cs プロジェクト: yakoder/sims3tools
 public SaveList(MainForm mainForm, SpecificResource selectedItem, Dictionary <string, IResourceKey> rkList,
                 PathPackageTuple target, bool compress, bool addSTBLs, bool padSTBLs, bool zeroSTBLIID, bool excludeCommonResources,
                 MainForm.updateProgressCallback updateProgressCB, StopSavingCallback stopSavingCB, SaveListComplete savingCompleteCB)
 {
     this.mainForm               = mainForm;
     this.selectedItem           = selectedItem;
     this.rkList                 = rkList;
     this.target                 = target;
     this.compress               = compress;
     this.addSTBLs               = addSTBLs;
     this.padSTBLs               = padSTBLs;
     this.zeroSTBLIID            = zeroSTBLIID;
     this.excludeCommonResources = excludeCommonResources;
     this.updateProgressCB       = updateProgressCB;
     this.stopSavingCB           = stopSavingCB;
     this.savingCompleteCB       = savingCompleteCB;
 }