예제 #1
0
        public void GetFuelStatus()
        {
            ICustomUser car = new CarNewGPS();

            car.GetFuelStatus();
        }
예제 #2
0
        public void ShowMeTheLocation()
        {
            ICustomUser car = new CarNewGPS();

            car.ShowMeTheLocation();
        }