コード例 #1
0
        public static RSSChannelManager Instance()
        {
            if (_instance == null)
            {
                _instance = new RSSChannelManager();
            }

            return(_instance);
        }
コード例 #2
0
 void _updateTimer_Elapsed(object sender, ElapsedEventArgs e)
 {
     RSSChannelManager.Instance().UpdateChannels(false);
 }