示例#1
0
        protected override void init(DisplayMonkeyEntities _db)
        {
            base.init(_db);

            this.CacheInterval = Setting.GetDefaultCacheInterval(_db, this.FrameType);
            this.Provider      = WeatherProviders.WeatherProvider_Yahoo; // TODO: make a parameter as more providers are added
        }
示例#2
0
        //public Video() : base() { }

        protected override void init(DisplayMonkeyEntities _db)
        {
            base.init(_db);

            this.CacheInterval = Setting.GetDefaultCacheInterval(_db, this.FrameType);

            this.PlayMuted = true;
            this.AutoLoop  = true;
        }
示例#3
0
        protected override void init(DisplayMonkeyEntities _db)
        {
            base.init(_db);

            this.CacheInterval = Setting.GetDefaultCacheInterval(_db, this.FrameType);

            this.Mode        = OutlookModes.OutlookMode_Today;
            this.Privacy     = OutlookPrivacy.OutlookPrivacy_All;
            this.ShowEvents  = 0;
            this.ShowAsFlags = -1;
        }