|
@@ -191,10 +191,10 @@ namespace SAGA.GplotDrawData
|
|
ConstData.ResponseData = db.CreateJObjectGroup();
|
|
ConstData.ResponseData = db.CreateJObjectGroup();
|
|
ucShowElement.Show(WebGplotSettings.MindMapUrl);
|
|
ucShowElement.Show(WebGplotSettings.MindMapUrl);
|
|
|
|
|
|
- CountNode(dn);
|
|
|
|
- CurrentNodeCount = 0;
|
|
|
|
- dn.Postition = new Point(100, 0);
|
|
|
|
- DrawData(dn);
|
|
|
|
|
|
+ //CountNode(dn);
|
|
|
|
+ //CurrentNodeCount = 0;
|
|
|
|
+ //dn.Postition = new Point(100, 0);
|
|
|
|
+ //DrawData(dn);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|