示例#1
0
		public PlayerMatch()
		{
			EventName = "";
			ClassName = "";
			Result = "";
			OpponentName = "";
			Score = new MatchScore();
		}
示例#2
0
文件: Match.cs 项目: gbahns/Tennis
		public Match()
		{
			Score = new MatchScore();
		}