after some little test it seam to be a fail as it only store a copy of the parent... i need to store a reference to the parent.... any idea how i can do this without using pointer or unsafe code ???
EDIT : sorry my test are maybe bad.... so does the code above will have a ref or a copy of it and if it is a copy, how i could store a ref to the parrent.
Edit 2 : solved by my self and a friend on msn, sorry for wasting your time.
thx to all who read this post....