Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MobileViewHtmlBuilder" /> class.
 /// </summary>
 /// <param name="component">The MobileView component.</param>
 public MobileViewHtmlBuilder(MobileView component)
 {
     this.component = component;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MobileViewHtmlBuilder" /> class.
 /// </summary>
 /// <param name="component">The MobileView component.</param>
 public MobileViewHtmlBuilder(MobileView component)
 {
     this.component = component;
 }