Friday, April 18, 2008

Statements can only be used fo calls, assignments...

This C# error probably means that you have tried to call a function without parethesis after it. For example, typing:
GetTaxes;
Instead of:
GetTaxes();