ClearCanvas.Desktop.Shelf.Host.Exit C# (CSharp) 메소드

Exit() 공개 메소드

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