C# 클래스 C___Demo_Events.Car

파일 보기 프로젝트 열기: bekkopen/dotnetkurs

공개 메소드들

메소드 설명
Car ( ) : System
ToString ( ) : string
WashAndWipe ( ) : void

보호된 메소드들

메소드 설명
OnWashingFluidNeedsRefill ( ) : void

메소드 상세

Car() 공개 메소드

public Car ( ) : System
리턴 System

OnWashingFluidNeedsRefill() 보호된 메소드

protected OnWashingFluidNeedsRefill ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WashAndWipe() 공개 메소드

public WashAndWipe ( ) : void
리턴 void