-1
votes
votes
0 answers
C# Classes implementing one another
I have a class NumbersToWords that I borrowed and tweaked for my purposes. The problems I am having is when I have instaniated the numbersToWords class into my printer class it is telling me that my method is taking zero arguments. That met ...
