ClearCanvas.Desktop.Shelf.Host.Exit C# (CSharp) Méthode

Exit() public méthode

public Exit ( ) : void
Résultat void
            public override void Exit()
            {
                _shelf._exitRequestedByComponent = true;
                // close the shelf
                _shelf.Close(UserInteraction.Allowed, CloseReason.Program);
            }
Shelf.Host