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

PrintMessage() public method

Updates the view's message section.
public PrintMessage ( string message ) : void
message string The message to be shown to the user.
return void
        public void PrintMessage(string message)
        {
            this.Window.Message = message;
        }