Hi
I show a form with: myForm.show(), then in myForm I create _customer object of type CustomerEntity . I want _customer object to be a copy of account.customer object, which means, I want to be able to modify _customer without modifying account.customer . Is there an easy way to do that, knowing that customer class is a business entity class that Implemented myself.
Thank you for helping me learn.
Visual C#16
|