Print Speed-up
This commit is contained in:
@@ -130,6 +130,10 @@ namespace VEPROMS.CSLA.Library
|
||||
if (_MyPrevious == null && _PreviousID != null) _MyPrevious = ItemInfo.Get((int)_PreviousID);
|
||||
return _MyPrevious;
|
||||
}
|
||||
set
|
||||
{
|
||||
_MyPrevious = value;
|
||||
}
|
||||
}
|
||||
private int _ContentID;
|
||||
public int ContentID
|
||||
|
Reference in New Issue
Block a user