mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-27 17:23:59 -05:00
More ReSharper suggestions
This commit is contained in:
@@ -5,7 +5,7 @@ namespace FeedCenter.Options
|
||||
{
|
||||
public class OptionsPanelBase : UserControl
|
||||
{
|
||||
protected FeedCenterEntities Database { get; set; }
|
||||
protected FeedCenterEntities Database { get; private set; }
|
||||
|
||||
public virtual void LoadPanel(FeedCenterEntities database)
|
||||
{
|
||||
@@ -22,9 +22,6 @@ namespace FeedCenter.Options
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public virtual string CategoryName
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
public virtual string CategoryName => null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user