N
News
Hi, i have a class like this
Public MustInherit Class MyGeo
...
Public childgeo As New GeometryDrawing
...
End Class
in my window i do something like this
dim a as new MyGeo()
dim list as new list(of GeometryDrawing)
list.add(a.childgeo)
NOW i want to know the parent object (mygeo) of
the list item....
how can i Do?
hope to explain well the proble...
thank U
Alessio
Public MustInherit Class MyGeo
...
Public childgeo As New GeometryDrawing
...
End Class
in my window i do something like this
dim a as new MyGeo()
dim list as new list(of GeometryDrawing)
list.add(a.childgeo)
NOW i want to know the parent object (mygeo) of
the list item....
how can i Do?
hope to explain well the proble...
thank U
Alessio