BalloonsPop.GraphicUserInterface.MainWindowController.PrintMessage C# (CSharp) Méthode

PrintMessage() public méthode

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