예제 #1
0
		public PlayerMatch()
		{
			EventName = "";
			ClassName = "";
			Result = "";
			OpponentName = "";
			Score = new MatchScore();
		}
예제 #2
0
파일: Match.cs 프로젝트: gbahns/Tennis
		public Match()
		{
			Score = new MatchScore();
		}