BalloonsPop.ConsoleUserInterface.GnomController.PrintPlayerMoves C# (CSharp) Метод

PrintPlayerMoves() публичный Метод

Display the provided string in the section for user moves.
public PrintPlayerMoves ( string moves ) : void
moves string
Результат void
        public void PrintPlayerMoves(string moves)
        {
            (this.View[MessageBoxId].Children[1] as ITextElement).Content = "Current moves: " + moves;
        }