Ejemplo n.º 1
0
 public static void NewBanner(string s, Rect rect, bool scroll, System.Windows.Media.Color col)
 {
     myBannerText = (s != null) ? new BannerText(s, rect, scroll, col) : null;
 }
Ejemplo n.º 2
0
 public static void NewBanner(string s, Rect rect, bool scroll, System.Windows.Media.Color col)
 {
     myBannerText = (s != null) ? new BannerText(s, rect, scroll, col) : null;
 }