Microsoft.ManagementConsole.PropertyPageContainerControl.PropertyPageContainerControl C# (CSharp) 메소드

PropertyPageContainerControl() 공개 메소드

public PropertyPageContainerControl ( PropertyPage ownerPage ) : Microsoft.ManagementConsole.Internal
ownerPage PropertyPage
리턴 Microsoft.ManagementConsole.Internal
        public PropertyPageContainerControl(PropertyPage ownerPage)
        {
            this._ownerPage = ownerPage;
        }