mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-15 02:48:31 -05:00
Start adding server support
This commit is contained in:
@@ -6,7 +6,7 @@ namespace FeedCenter.Options;
|
||||
|
||||
public partial class GeneralOptionsPanel
|
||||
{
|
||||
public GeneralOptionsPanel(Window parentWindow) : base(parentWindow)
|
||||
public GeneralOptionsPanel(Window parentWindow, FeedCenterEntities entities) : base(parentWindow, entities)
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user