Exemplo n.º 1
0
 public FlightSimulatorManager(IFlightGearClient client, SimulatorInfo info)
 {
     this.simInfo          = info;
     this.flightGearClient = client;
     queue = new BlockingCollection <AsyncCommand>();
     Start();
 }
 // Constractor.
 public CommandController(IFlightGearClient flightGearClient)
 {
     this.flightGearClient = flightGearClient;
 }
Exemplo n.º 3
0
 public CommandController(IFlightGearClient fgc)
 {
     myModel = fgc;
 }
Exemplo n.º 4
0
 public commandController(IFlightGearClient flightGearClient)
 {
     this.telnetClient = flightGearClient;
 }