//更新网络节点坐标
 void IfPaintStrategy.UpdateLocation(XmlDocument doc)
 {
     if (doc != null)
     {
         curNetwork = new dNet(doc);
     }
 }
Example #2
0
 //更新网络节点坐标
 void IfPaintStrategy.UpdateLocation(XmlDocument doc)
 {
     if (doc != null)
     {
         curNetwork = new dNet(doc);
     }
 }