C# Class FourthTry.ScoreBoard

Show file Open project: cuipengfei/Spikes Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Play() public method

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