C# Developers' Journal (original) (raw)

3:22p

I am new to coding with an entirly OOP language (having moved from C++)

How do I get an empty instance of a class created when the form loads? I have an ID3 tag editor which means obviosuly you can only save the data of an opened file, not create a new one. The open function works just fine, but the save function doesnt, which makes sence since it is trying to acces an object not created yet.

(16 Comments |Comment on this)