Modified code to support structure changes to treeview nodes

This commit is contained in:
Jim
2015-05-16 17:02:26 +00:00
parent f66cb15dd3
commit f005316849
9 changed files with 309 additions and 79 deletions

View File

@@ -304,6 +304,8 @@ namespace VEPROMS.CSLA.Library
_DTSActivity = dr.GetDateTime("DTSActivity");
_MachineName = dr.GetString("MachineName");
_ProcessID = dr.GetInt32("ProcessID");
dr.GetBytes("LastChanged", 0, _LastChanged, 0, 8);
_LastContentChange = dr.GetInt64("LastContentChange");
}
catch (Exception ex)
{