C# 클래스 CashBook, HomeAlone

상속: MoneySystem
파일 보기 프로젝트 열기: SNUGDC/HomeAlone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ContentsArray Text[]
IncomeArray Text[]
OutcomeArray Text[]
RemainderArray Text[]

공개 메소드들

메소드 설명
CashbookReset ( ) : void
DownLine ( ) : void
Start ( ) : void
Swap ( Text a, Text b ) : void
Update ( ) : void
WriteCashBook ( ) : void
save ( ) : void

메소드 상세

CashbookReset() 공개 메소드

public CashbookReset ( ) : void
리턴 void

DownLine() 공개 메소드

public DownLine ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Swap() 공개 메소드

public Swap ( Text a, Text b ) : void
a Text
b Text
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

WriteCashBook() 공개 메소드

public WriteCashBook ( ) : void
리턴 void

save() 공개 메소드

public save ( ) : void
리턴 void

프로퍼티 상세

ContentsArray 공개적으로 프로퍼티

public Text[] ContentsArray
리턴 Text[]

IncomeArray 공개적으로 프로퍼티

public Text[] IncomeArray
리턴 Text[]

OutcomeArray 공개적으로 프로퍼티

public Text[] OutcomeArray
리턴 Text[]

RemainderArray 공개적으로 프로퍼티

public Text[] RemainderArray
리턴 Text[]