Compare commits

..

No commits in common. "9e4e28fda2224d1fa1fad5000888a947bfbbb704" and "01479a4eb18564820b82d313fcbc342f305ac383" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ namespace FineUIPro.Web.ProjectData
select x; select x;
foreach (var unitWork in unitWorks) foreach (var unitWork in unitWorks)
{ {
TreeNode newNode = new TreeNode(); TreeNode newNode = new TreeNode();
newNode.Text = unitWork.UnitWorkName; newNode.Text = unitWork.UnitWorkName;
newNode.NodeID = unitWork.UnitWorkId; newNode.NodeID = unitWork.UnitWorkId;
newNode.CommandName = "unitWork"; newNode.CommandName = "unitWork";