The solution I'm using now is to pass the entity collections to the winform constructors, however it doesn't allow me to use the design time features. I have to place another instance of the entity collection on the new form for that purpose, for which I don't have any other use.
I thought of writing a class which I would share, but how would it be available at design time?
Sharing datasets accros winforms is pretty straighforward, I got used to that! Now that i'm using LLBLGEN Pro, I was just wondering if there was anything just as easy as a shared .xsd file to use. I think the serialization-deserialization is too much of an overhead just for that purpose.
Thank you.