public override ViewRendering GetChildViewRendering(Control control) { if (control == null) { throw new ArgumentNullException("control"); } DesignerCatalogPartChrome chrome = new DesignerCatalogPartChrome(this._zone); return(chrome.GetViewRendering(control)); }
public override ViewRendering GetChildViewRendering(Control control) { if (control == null) { throw new ArgumentNullException("control"); } DesignerCatalogPartChrome chrome = new DesignerCatalogPartChrome(this._zone); return chrome.GetViewRendering(control); }