This commit is contained in:
parent
c9e16ed09e
commit
2ac1894439
@ -59,7 +59,11 @@ namespace Volian.Controls.Library
|
||||
/// </summary>
|
||||
public ItemInfo SelectedItemInfo
|
||||
{
|
||||
get { return _MyStepTabPanel.SelectedItemInfo; }
|
||||
get
|
||||
{
|
||||
if (_MyStepTabPanel == null) return null;
|
||||
return _MyStepTabPanel.SelectedItemInfo;
|
||||
}
|
||||
set { _MyStepTabPanel.SelectedItemInfo = value; }
|
||||
}
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user