Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MobileLayoutHtmlBuilder" /> class.
 /// </summary>
 /// <param name="component">The MobileLayout component.</param>
 public MobileLayoutHtmlBuilder(MobileLayout component)
 {
     this.component = component;
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MobileLayoutHtmlBuilder" /> class.
 /// </summary>
 /// <param name="component">The MobileLayout component.</param>
 public MobileLayoutHtmlBuilder(MobileLayout component)
 {
     this.component = component;
 }