Exemple #1
0
        private void feedStatusControl_ConfigureFeed(object sender, Controls.FeedIdEventArgs e)
        {
            var feedConfiguration = _Presenter.GetFeedConfigurationObject(e.FeedId);

            if (feedConfiguration != null)
            {
                ShowSettingsConfigurationUI(null, feedConfiguration);
            }
        }