application exit c# code example
Example 1: exit programm c#
Application.Exit();
Example 2: how to exit a program in c#
Application.Exit();
Example 3: c# how to exit program
System.Environment.Exit(1);
Example 4: c# program exit
System.Windows.Forms.Application.ExitThread( )