Switching MessageId property from private to public #42
This commit is contained in:
parent
f70531dd73
commit
da8a2f630b
@ -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"];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user