ClearCanvas.Desktop.Shelf.Host.Host C# (CSharp) Method

Host() private method

private Host ( Shelf shelf, IApplicationComponent component ) : ClearCanvas.Common
shelf Shelf
component IApplicationComponent
return ClearCanvas.Common
            internal Host(Shelf shelf, IApplicationComponent component)
                : base(component)
            {
                Platform.CheckForNullReference(shelf, "shelf");
                _shelf = shelf;
            }
Shelf.Host