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

Show() 공개 메소드

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