예제 #1
0
 public LineDefinition()
 {
     Initial  = new CordinateType();
     Terminal = new CordinateType();
 }
예제 #2
0
 public BorderDefinition()
 {
     Initial  = new CordinateType();
     Terminal = new CordinateType();
 }