-
I've been ask by my client to add a "duplicate" function to my windows form application in VB.NET 2005, using CSLA 2. I'm looked into the copy of the object. I tried to use the following code, but it's not doing what I need. Public Shared Function NewCost(ByVal oldCost As Customer...