IFDEF debug information

This commit is contained in:
John Jenko 2010-06-04 19:26:13 +00:00
parent 23ed5913db
commit 84126b7aee

View File

@ -242,8 +242,10 @@ namespace VEPROMS.CSLA.Library
OnLoadingChildrenSQL(tn, new VETreeNodeEventArgs());
IList ol;
ItemInfo item = veobj as ItemInfo;
#if DEBUG
if (item != null && item.ItemID == 378)
Console.WriteLine("here");
#endif
if (veobj.GetType() == typeof(StepInfo) || veobj.GetType() == typeof(SectionInfo) || veobj.GetType() == typeof(ItemInfo))
ol = ((ItemInfo)veobj).GetChildren(true);
else