C# Class BowlingSecondPractice.ScoreBoard

Afficher le fichier Open project: cuipengfei/Spikes Class Usage Examples

Méthodes publiques

Méthode Description
PlayFrame ( int firstBall, int secondBall, int thirdBall = -1 ) : void

Private Methods

Méthode Description
CreateFrame ( int firstBall, int secondBall, int thirdBall ) : Frame

Method Details

PlayFrame() public méthode

public PlayFrame ( int firstBall, int secondBall, int thirdBall = -1 ) : void
firstBall int
secondBall int
thirdBall int
Résultat void