C# 클래스 TennisKata.DummyScorer

상속: ITennisScorer
파일 보기 프로젝트 열기: Betclic/CodingDojo-Katas

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetScore ( ) : string
RecieverWonPoint ( ) : void
ServerWonPoint ( ) : void
StartGame ( string serverName, string recieverName ) : void

메소드 상세

GetScore() 공개 메소드

public GetScore ( ) : string
리턴 string

RecieverWonPoint() 공개 메소드

public RecieverWonPoint ( ) : void
리턴 void

ServerWonPoint() 공개 메소드

public ServerWonPoint ( ) : void
리턴 void

StartGame() 공개 메소드

public StartGame ( string serverName, string recieverName ) : void
serverName string
recieverName string
리턴 void