Ah. I've got a new problem. I'm using this:
Code:
song myTune;
myTune = new songPlayer.song();
myTune.Note("A", "WHOLE");
And i get the error:
Static member 'songPlayer.song.Note(string, string)' cannot be accessed with an instance reference; qualify it with a type name instead
What's going wrong?