Пример #1
0
        public EpgEventInfo GetPgInfo()
        {
            //後段のサーチは変更ダイアログからのプログラム予約検索用も考慮
            EpgEventInfo info = CommonManager.Instance.DB.GetReserveEventList(this);

            if (info == null)
            {
                info = MenuUtil.GetPgInfoLikeThatAll(this);

                //予約の番組情報を補填。不用な情報なら勝手に無視する。
                CommonManager.Instance.DB.AddReserveEventCache(this, info);
            }
            return(info);
        }