mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
Rework database loading/migration
This commit is contained in:
@@ -9,7 +9,7 @@ namespace FeedCenter.Options
|
||||
{
|
||||
#region Member variables
|
||||
|
||||
private readonly List<OptionsPanelBase> _optionPanels = new List<OptionsPanelBase>();
|
||||
private readonly List<OptionsPanelBase> _optionPanels = new();
|
||||
|
||||
private readonly FeedCenterEntities _database = Database.Entities;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user