C# 클래스 BowlingSecondPractice.ScoreBoard

파일 보기 프로젝트 열기: cuipengfei/Spikes 1 사용 예제들

공개 메소드들

메소드 설명
PlayFrame ( int firstBall, int secondBall, int thirdBall = -1 ) : void

비공개 메소드들

메소드 설명
CreateFrame ( int firstBall, int secondBall, int thirdBall ) : Frame

메소드 상세

PlayFrame() 공개 메소드

public PlayFrame ( int firstBall, int secondBall, int thirdBall = -1 ) : void
firstBall int
secondBall int
thirdBall int
리턴 void