예제 #1
0
파일: Model.cs 프로젝트: nitasn/flight_web
 private Model(IGeneratorID ID_Generator)
 {
     this.GeneratorID    = ID_Generator;
     this.FltPlans       = new Dictionary <string, FlightPlan>();
     this.ExtServersURLs = new Dictionary <string, string>();
 }