C# Class ThirdTry.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
FrameFactory ( 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