Ejemplo n.º 1
0
 //────────────────────────────────────────
 public MemoryAatoolxmlDialogImpl(MemoryApplication owner_MemoryApplication)
 {
     this.Name_SelectedEditor = "";
     this.Name_Application = "";
     this.memoryAatoolxml = new MemoryAatoolxmlImpl(owner_MemoryApplication);
     this.dictionary_Editor = new Dictionary_Fsetvar_ConfigurationtreeImpl();
 }
Ejemplo n.º 2
0
 //────────────────────────────────────────
 /// <summary>
 /// コンストラクター。
 /// </summary>
 public MemoryApplicationImpl()
 {
     this.memoryBackup = new MemoryBackupImpl(this);
     this.memoryValidators = new MemoryValidatorsImpl(this);
     this.memoryTogethers = new MemoryTogethersImpl(this);
     this.memoryTables = new MemoryTablesImpl(this);
     this.memoryCodefiles = new MemoryCodefilesImpl(this);
     this.memoryFunctions = new MemoryFunctionsImpl(this);
     this.memoryVariables = new MemoryVariablesImpl(this);
     this.memoryForms = new MemoryFormsImpl(this);
     this.memoryStyles = new MemoryStylesImpl();
     this.memoryLogwriter = new MemoryLogwriterImpl();
     this.memoryBrushes = new MemoryBrushesImpl();
     this.memoryAatoolxml = new MemoryAatoolxmlImpl(this);
     this.memoryRecordset = new MemoryRecordsetImpl();
 }
 //────────────────────────────────────────
 /// <summary>
 /// コンストラクター。
 /// </summary>
 public Dictionary_AatoolxmlEditorImpl(MemoryAatoolxml moAatoolxml)
 {
     this.moAatoolxml = moAatoolxml;
     this.dictionary_Item = new Dictionary<string, MemoryAatoolxml_Editor>();
 }
Ejemplo n.º 4
0
        //────────────────────────────────────────

        /// <summary>
        /// コンストラクター。
        /// </summary>
        public Dictionary_AatoolxmlEditorImpl(MemoryAatoolxml moAatoolxml)
        {
            this.moAatoolxml     = moAatoolxml;
            this.dictionary_Item = new Dictionary <string, MemoryAatoolxml_Editor>();
        }