Exemple #1
0
 public bool IsReady()
 {
     return(_engine.IsReady() && _aviation.IsReady() && _wheels.IsReady() && _cockpit.IsReady());
 }