Switching MessageId property from private to public #42
This commit is contained in:
@@ -36,7 +36,7 @@ public class CalendarPicker : ControlBase
|
||||
public CultureInfo Culture { get; set; }
|
||||
|
||||
|
||||
private int? MessageId { get; set; }
|
||||
public int? MessageId { get; set; }
|
||||
|
||||
public string Title { get; set; } = Default.Language["CalendarPicker_Title"];
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ public class TreeView : ControlBase
|
||||
|
||||
public string Title { get; set; }
|
||||
|
||||
private int? MessageId { get; set; }
|
||||
public int? MessageId { get; set; }
|
||||
|
||||
public string MoveUpIcon { get; set; } = Default.Language["TreeView_LevelUp"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user