Hi all,

I am developing a console application in C#. I have two different class files but if I put main in both, I am getting error about multiple entry point to the project.

Now, if I remove the main in one file, the functions under it, give the following error:
Methods must have a return type

Many thanks,
Abhi