Esempio n. 1
0
 public SimplePlanification(FlightPlanificatorViewModel flightPlanificator)
     : base(flightPlanificator)
 {
 }
Esempio n. 2
0
 protected PlanificationStrategy(FlightPlanificatorViewModel flightPlanificator)
 {
     FlightPlanificator = flightPlanificator;
 }