Ejemplo n.º 1
0
 public Legend3D(Legend3DData LegendData)
 {
     data = LegendData;
     InitializeComponent();
 }
Ejemplo n.º 2
0
 public LegendUnit(EModelType mtype, Legend3DData Owner)
 {
     modelType = mtype;
     owner     = Owner;
 }