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,10 +6,12 @@ namespace FeedCenter.Options;
|
||||
public class OptionsPanelBase : UserControl
|
||||
{
|
||||
protected readonly Window ParentWindow;
|
||||
protected readonly FeedCenterEntities Entities;
|
||||
|
||||
protected OptionsPanelBase(Window parentWindow)
|
||||
protected OptionsPanelBase(Window parentWindow, FeedCenterEntities entities)
|
||||
{
|
||||
ParentWindow = parentWindow;
|
||||
Entities = entities;
|
||||
}
|
||||
|
||||
public virtual string CategoryName => null;
|
||||
|
||||
Reference in New Issue
Block a user