Ejemplo n.º 1
0
        public static void Draw(UIElementCollection children)
        {
            if (myBannerText == null)
            {
                return;
            }

            Label text = myBannerText.GetLabel();

            if (text == null)
            {
                myBannerText = null;
                return;
            }

            children.Add(text);
        }