mirror of
https://github.com/ckaczor/Common.Wpf.git
synced 2026-01-13 17:22:47 -05:00
Change access level on Data
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Common.Wpf.Windows
|
||||
{
|
||||
public class CategoryPanel : UserControl
|
||||
{
|
||||
private object Data { get; set; }
|
||||
protected object Data { get; private set; }
|
||||
|
||||
public virtual void LoadPanel(object data)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user