This commit is contained in:
2008-10-03 11:25:33 +00:00
parent 27b8dc52f3
commit 3b5e898cea
4 changed files with 93 additions and 1 deletions

View File

@@ -50,7 +50,8 @@ namespace VEPROMS.CSLA.Library
set { _AncestorLookup = value; }
}
private Section _Section;
private SectionInfo _SectionInfo;
private SectionInfo _SectionInfo;
public SectionConfig(Section section)
{
_Section = section;
@@ -527,6 +528,7 @@ namespace VEPROMS.CSLA.Library
OnPropertyChanged("LibDoc_Comment");
}
}
#endregion
}
}