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 coders911.org #
 
PREVIOUS NEXT
Tagged: #application #exit
ADD COMMENT
Topic
Name
8+4 =