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

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