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