M
Mitchell Vincent
I'm writing some business software, so I have a customer object that
holds customer data and all the logic to deal with that customer. The
problem is one of concept - I don't know how to tie the customer object
to a specific window. Since this app is MDI, it is possible for the user
to have more than one customer open at a time.
What is the "correct" way to tie a data/logic object to a window?
I realize that is an open ended question but I'm still trying to wrap my
head around Visual Studio.NET and this MDI stuff!
Thanks!
holds customer data and all the logic to deal with that customer. The
problem is one of concept - I don't know how to tie the customer object
to a specific window. Since this app is MDI, it is possible for the user
to have more than one customer open at a time.
What is the "correct" way to tie a data/logic object to a window?
I realize that is an open ended question but I'm still trying to wrap my
head around Visual Studio.NET and this MDI stuff!
Thanks!