public void LoadTipToolboxShapes(ShapeInfo[] shapeInfos)
 {
     throw new NotImplementedException();
 }
 //----------------------------
 public void LoadToolBoxExistShapes(ShapeInfo[] shapeInfos)
 {
     throw new NotImplementedException();
 }
 public void LoadOptionConnection(ShapeInfo[] shapeInfos)
 {
     throw new NotImplementedException();
 }
 public void LoadToolBoxShapeGroups(ShapeInfo[] shapeInfos)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public ItemShapeInfoUnit(ShapeInfo shapeInfo)
     : base(shapeInfo)
 {
 }
Пример #6
0
 public ShapeInfoUnit(ShapeInfo shapeInfo)
 {
     _ShapeInfo = shapeInfo;
 }
 public ConnectionShapeInfoUnit(ShapeInfo shapeInfo)
     : base(shapeInfo)
 {
 }