309 {
310 RichTextWidget aIcon = RichTextWidget.Cast(layoutRoot.FindAnyWidget("ConnectIcon"));
311 TextWidget aText = TextWidget.Cast(layoutRoot.FindAnyWidget("ConnectText"));
312
313 if (aIcon)
314 {
315 aIcon.Show(show);
316 }
317
318 if (aText)
319 {
320 aText.Show(show);
321 }
322 }