/*--- 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);
        }
Пример #2
0
        /*--- Method: Initialization ----------------------------------------------------------------------------------------------------------------------------------*/

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