コード例 #1
0
 public Architect(ISystemDriver system, IStats stats)
 {
     this.stats        = stats;
     this.systemDriver = system;
     this.mappings     = stats.findMappings();
     this.usedMappings = new List <IM2NMapping>();
     panelTypeIdMp     = system.PanelTypeNameIdMap();
     fieldTypeIdMap    = system.FieldTypeNameIdMap();
     questionAnswer    = null;
 }
コード例 #2
0
 public Architect(ISystemDriver system, IStats stats)
 {
     this.stats        = stats;
     this.systemDriver = system;
 }
コード例 #3
0
ファイル: Architect.cs プロジェクト: rjankovic/Webmin
 public Architect(ISystemDriver system, IStats stats)
 {
     this.stats = stats;
     this.systemDriver = system;
 }