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 }
//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; }
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; }