Example #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;
 }
Example #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;
 }