Hello,
I would like to know how can I copy from BindingList<obj to some other
BindingList<obj >?
I tried to pass one binding list to other via constractor but this is
copying it by reference and I want by value.
How can I do it?
Thank u very much!
*** Sent via Developersdex http://www.developersdex.com ***
I would like to know how can I copy from BindingList<obj to some other
BindingList<obj >?
I tried to pass one binding list to other via constractor but this is
copying it by reference and I want by value.
How can I do it?
Thank u very much!
*** Sent via Developersdex http://www.developersdex.com ***
Comment