Example #1
0
 public static void EndCharging(ICharger charger)
 {
     //Log some information about charging
     charger.EndCharge();
 }