Compare commits

..

2 Commits

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";