Okay, a pitifal question, but how do I exit my program when it's running? Same as the ext button on the Windows API does, but I have a menu item that I want to close the program.

I know in VB it's just "End", what is it in C#?

Thanks.