/// <summary>
        ///
        /// </summary>
        public DesktopConfig.Builder DesktopConfig(DesktopConfig component)
        {
#if MVC
            component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null;
#endif
            return(new DesktopConfig.Builder(component));
        }
 /// <summary>
 ///
 /// </summary>
 public DesktopConfig.Builder DesktopConfig(DesktopConfig component)
 {
     return(new DesktopConfig.Builder(component));
 }
 /// <summary>
 ///
 /// </summary>
 public virtual Desktop.Builder DesktopConfig(DesktopConfig desktopConfig)
 {
     this.ToComponent().DesktopConfig = desktopConfig;
     return(this as Desktop.Builder);
 }