Example #1
0
 public void CheckCarState()
 {
     if (CarFaultsManager != null)
     {
         CarFaultsManager.PrintFaults();
         CarFaultsManager.GetCurrentProgress();
     }
     else
     {
         Console.WriteLine("Your car is not in our service. If you do have a faulty car, though, do not hesitate to contact us.");
     }
 }