Posted by Brad Wed 29th Mar 2006 21:35 - Syntax is C# - 120 views
Download | New Post | Modify | Hide line numbers
Description:
Line 3 - ; expected, ) expected, Invalid )

type or namespace Account could not be found

  1.         private void payInButton_Click(object sender, System.EventArgs e)
  2.         {
  3.         PayInFunds(Account inEditAccount);
  4.         }

PermaLink to this entry https://pastebin.co.uk/597
Posted by Brad Wed 29th Mar 2006 21:35 - Syntax is C# - 120 views
Download | New Post | Modify | Hide line numbers