/*--- Method: Initialization ----------------------------------------------------------------------------------------------------------------------------------*/ /// <summary> モジュールの初期化を実行します。 /// </summary> /// <returns> 正常終了時 True </returns> private bool initModule() { this.appDataConstProcess = new AppDataConstProcess(); this.appDataPathCreateProcess = new AppDataPathCreateProcess(); this.appDataFileManageProcess = new AppDataFileManageProcess(); this.getAssemblyDataProcess = new GetAssemblyDataProcess(); return(true); }
/*--- Method: Initialization ----------------------------------------------------------------------------------------------------------------------------------*/ /// <summary> モジュールの初期化を実行します。 /// </summary> /// <returns> 正常終了時 True </returns> private bool initModule() { this.downloadUnit = new DownloadUnit(); this.overlayViewOpenProcess = new OverlayViewOpenProcess(); this.xmlSerializerProcess = new XmlSerializerProcess(); this.setFilterProcess = new SetFilterProcess(); this.appDataFileManageProcess = new AppDataFileManageProcess(); this.saveChangedResetProcess = new SaveChangedResetProcess(); this.ovarlayDefaultSetProcess = new OvarlayDefaultSetProcess(); this.overlayDataRevisionProcess = new OverlayDataRevisionProcess(); return(true); }