Tennis.TennisGame3.TennisGame3 C# (CSharp) Method

TennisGame3() public method

public TennisGame3 ( string player1Name, string player2Name )
player1Name string
player2Name string
        public TennisGame3(string player1Name, string player2Name)
        {
            this.p1N = player1Name;
            this.p2N = player2Name;
        }