Hi All, I make a new version of my object like this: MyClass myObj = new MyClass(); How can update this initation of my myObj without starting a new empty object? Thanks ...