This commit is contained in:
Kathy Ruffing 2008-04-10 14:02:21 +00:00
parent cee33892f8
commit 7a32388298

View File

@ -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;