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