BalloonsPop.GraphicUserInterface.MainWindowController.PrintPlayerMoves C# (CSharp) Method

PrintPlayerMoves() public method

Draws the passed string as player moves on the view.
public PrintPlayerMoves ( string moves ) : void
moves string
return void
        public void PrintPlayerMoves(string moves)
        {
            this.Window.UserMoves = moves;
        }