To quit a c# application the following should be used?
Application.Exit();
System.Environment.Exit(0)
System.Environment.Exit(1)
All the above