Methods should follow that, there are coding conventions you can find on microsoft.com and others. Main, MyMethod etc., not main or myMethod. Of course they don't have to, you can name however you want.
Just modify your code like so to grab the args:
Code:static void Main(string[] args)




Reply With Quote