Ejemplo n.º 1
0
        /// <summary>
        ///
        /// </summary>
        public DesktopTaskBar.Builder DesktopTaskBar(DesktopTaskBar component)
        {
#if MVC
            component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null;
#endif
            return(new DesktopTaskBar.Builder(component));
        }
Ejemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 public virtual Desktop.Builder TaskBar(DesktopTaskBar taskBar)
 {
     this.ToComponent().TaskBar = taskBar;
     return(this as Desktop.Builder);
 }
 /// <summary>
 ///
 /// </summary>
 public DesktopTaskBar.Builder DesktopTaskBar(DesktopTaskBar component)
 {
     return(new DesktopTaskBar.Builder(component));
 }