BalloonsPop.GraphicUserInterface.EventEngine.SetPlayerNameInContext C# (CSharp) 메소드

SetPlayerNameInContext() 공개 메소드

Sets the player name in the context when it is changed in the view.
public SetPlayerNameInContext ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        public void SetPlayerNameInContext(object sender, EventArgs e)
        {
            this.Context.PlayerName = (sender as TextBox).Text;
        }