Ejemplo n.º 1
0
 public static bool SetTextPart(this ELayout layout, string text)
 {
     return(layout.SetPartText(ThemeConstants.Layout.Parts.Text, text));
 }
Ejemplo n.º 2
0
 protected override void ApplyTitle(string title)
 {
     _popupLayout.SetPartText("elm.text.title", title);
 }