Beispiel #1
0
 public NewsWindow(SyndicationFeed feed) : base(null)
 {
     Caption = Text.WindowTitle;
     Content = new NewsWindowControl(feed);
 }
Beispiel #2
0
 public NewsWindow(SyndicationFeed feed) : base(null)
 {
     BitmapImageMoniker = KnownMonikers.Dictionary;
     Caption            = Text.WindowTitle;
     Content            = new NewsWindowControl(feed);
 }