Name: Anonymous 2011-11-24 21:03
how do you take an object reference and make it reference a new object in C# in a different class?
what we are basically doing is creating a constructor with 3 properties and storing that in a listbox, we need to take this object that was created and reference it to a new form.
what we are basically doing is creating a constructor with 3 properties and storing that in a listbox, we need to take this object that was created and reference it to a new form.