OSAE.UI.Controls.ParamInput.NotifyParentFinished C# (CSharp) Méthode

NotifyParentFinished() private méthode

private NotifyParentFinished ( ) : void
Résultat void
        private void NotifyParentFinished()
        {
            // Get the window hosting us so we can ask it to close
            Window parentWindow = Window.GetWindow(this);
            parentWindow.Close();
        }