TimeEntry.setPlayer C# (CSharp) Method

setPlayer() public method

public setPlayer ( string x ) : void
x string
return void
    public void setPlayer(string x)
    {
        Player.text = x;
    }