コード例 #1
0
ファイル: FilGoal.xaml.cs プロジェクト: AhmedMusbah/3News
        public FilGoal()
        {
            this.InitializeComponent();
            var feeds = new Feeds();
            feeds.Go(ref Items, "http://www.filgoal.com/arabic/rss/rss.xml");

            btnFilGoal.IsEnabled = false;
        }
コード例 #2
0
ファイル: WPcentral.xaml.cs プロジェクト: AhmedMusbah/3News
        public WPcentral()
        {
            this.InitializeComponent();
            var feeds = new Feeds();
            feeds.Go(ref Items, "http://feeds.feedburner.com/wmexperts");

            btnWPcentral.IsEnabled = false;
        }
コード例 #3
0
ファイル: Youm7.xaml.cs プロジェクト: AhmedMusbah/3News
        public Youm7()
        {
            this.InitializeComponent();

            var feeds = new Feeds();
            feeds.Go(ref Items, "http://www.youm7.com/rss/SectionRss?SectionID=65");

            btnYoum7.IsEnabled = false;
        }