C# Class ThirdTry.ScoreBoard

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

Méthodes publiques

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

Private Methods

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

Method Details

Play() public méthode

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