BalloonsPop.GraphicUserInterface.MainWindowController.PrintMessage C# (CSharp) 메소드

PrintMessage() 공개 메소드

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