示例#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
 public Architect(ISystemDriver system, IStats stats)
 {
     this.stats = stats;
     this.systemDriver = system;
 }