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

Show() public method

Displays the view and returns without waiting for the view to close.
public Show ( ) : void
return void
        public void Show()
        {
            this.Window.Show();
        }