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

Show() public méthode

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