J
Jon
Hello all,
I have a WinForms app that has a number of forms. When I login, I
create 3 objects, lets call them A, B & C.When I create them, I
connect to a database, return a load of data and set the members.
I need to 'Save' these objects somewhere as I need to reference their
members in number of the above mentioned forms, but I don't want to
create them again, as it's another hit on the database.
In ASP.NET, I'd keep them on a session, how would I do this in
WinForms?
Thanks,
JY
I have a WinForms app that has a number of forms. When I login, I
create 3 objects, lets call them A, B & C.When I create them, I
connect to a database, return a load of data and set the members.
I need to 'Save' these objects somewhere as I need to reference their
members in number of the above mentioned forms, but I don't want to
create them again, as it's another hit on the database.
In ASP.NET, I'd keep them on a session, how would I do this in
WinForms?
Thanks,
JY