Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# application exit

        private void button1_Click(object sender, EventArgs e) // this is your button double click your button and you will find it
        {
            Application.Exit();
        }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #application #exit
ADD COMMENT
Topic
Name
9+4 =