コード例 #1
0
        /*--- 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);
        }
コード例 #2
0
        /*--- Method: Initialization ----------------------------------------------------------------------------------------------------------------------------------*/

        /// <summary> モジュールの初期化を実行します。
        /// </summary>
        /// <returns> 正常終了時 True </returns>
        private bool initModule()
        {
            this.setFilterProcess = new SetFilterProcess();
            return(true);
        }