C# Class BowlingSecondPractice.ScoreBoard

Mostra file Open project: cuipengfei/Spikes Class Usage Examples

Public Methods

Method Description
PlayFrame ( int firstBall, int secondBall, int thirdBall = -1 ) : void

Private Methods

Method Description
CreateFrame ( int firstBall, int secondBall, int thirdBall ) : Frame

Method Details

PlayFrame() public method

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