Exemplo n.º 1
0
 public PlatformXyzuvw()
 {
     Axis = new IAxisEx[6];
 }
 public PlatformXyz()
 {
     Axis = new IAxisEx[3];
 }
Exemplo n.º 3
0
 public PlatformXyzu()
 {
     Axis = new IAxisEx[4];
 }