IFDEF debug information
This commit is contained in:
parent
23ed5913db
commit
84126b7aee
@ -242,8 +242,10 @@ namespace VEPROMS.CSLA.Library
|
|||||||
OnLoadingChildrenSQL(tn, new VETreeNodeEventArgs());
|
OnLoadingChildrenSQL(tn, new VETreeNodeEventArgs());
|
||||||
IList ol;
|
IList ol;
|
||||||
ItemInfo item = veobj as ItemInfo;
|
ItemInfo item = veobj as ItemInfo;
|
||||||
|
#if DEBUG
|
||||||
if (item != null && item.ItemID == 378)
|
if (item != null && item.ItemID == 378)
|
||||||
Console.WriteLine("here");
|
Console.WriteLine("here");
|
||||||
|
#endif
|
||||||
if (veobj.GetType() == typeof(StepInfo) || veobj.GetType() == typeof(SectionInfo) || veobj.GetType() == typeof(ItemInfo))
|
if (veobj.GetType() == typeof(StepInfo) || veobj.GetType() == typeof(SectionInfo) || veobj.GetType() == typeof(ItemInfo))
|
||||||
ol = ((ItemInfo)veobj).GetChildren(true);
|
ol = ((ItemInfo)veobj).GetChildren(true);
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user