コード例 #1
0
        /// <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));
        }
コード例 #2
0
 /// <summary>
 ///
 /// </summary>
 public DesktopConfig.Builder DesktopConfig(DesktopConfig component)
 {
     return(new DesktopConfig.Builder(component));
 }
コード例 #3
0
 /// <summary>
 ///
 /// </summary>
 public virtual Desktop.Builder DesktopConfig(DesktopConfig desktopConfig)
 {
     this.ToComponent().DesktopConfig = desktopConfig;
     return(this as Desktop.Builder);
 }