Example #1
0
 /// <summary>Static getter for We Are About Title</summary>
 public static string GetWeAreAboutTitle(IWeAreAboutControls that)
 {
     return(that.GetPropertyValue <string>("weAreAboutTitle"));
 }
Example #2
0
 /// <summary>Static getter for We Are About Body Text</summary>
 public static string GetWeAreAboutBodyText(IWeAreAboutControls that)
 {
     return(that.GetPropertyValue <string>("weAreAboutBodyText"));
 }