Compare commits
No commits in common. "9e4e28fda2224d1fa1fad5000888a947bfbbb704" and "01479a4eb18564820b82d313fcbc342f305ac383" have entirely different histories.
9e4e28fda2
...
01479a4eb1
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue