示例#1
0
 private Model(IGeneratorID ID_Generator)
 {
     this.GeneratorID    = ID_Generator;
     this.FltPlans       = new Dictionary <string, FlightPlan>();
     this.ExtServersURLs = new Dictionary <string, string>();
 }