示例#1
0
 public wShape(wCurve WindCurve, wGraphic WindGraphic)
 {
     Curve   = WindCurve;
     Graphic = WindGraphic;
 }
示例#2
0
 public void AddCurve(wCurve Curve)
 {
 }
示例#3
0
 public wShape(wCurve WindCurve)
 {
     Curve = WindCurve;
 }