This commit is contained in:
parent
cee33892f8
commit
7a32388298
@ -33,6 +33,12 @@ namespace Volian.Controls.Library
|
||||
#region Private Fields
|
||||
private static readonly log4net.ILog _MyLog = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
||||
private StepPanel _MyStepPanel;
|
||||
|
||||
public StepPanel MyStepPanel
|
||||
{
|
||||
get { return _MyStepPanel; }
|
||||
set { _MyStepPanel = value; }
|
||||
}
|
||||
private ChildRelation _MyChildRelation;
|
||||
private StepItem _MyParentStepItem = null;
|
||||
private StepItem _MySectionStepItem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user