예제 #1
0
파일: CarProxy.cs 프로젝트: Eladzy/Test1.3
        public void ShowLocation()
        {
            ICarService carService = new CarSys();

            carService.ShowLocation();
        }
예제 #2
0
파일: CarProxy.cs 프로젝트: Eladzy/Test1.3
        public void ShowGasState()
        {
            ICarService carService = new CarSys();

            carService.ShowGasState();
        }