How to close the application using button c# windows mobile?
Hi members,I am learning windows mobile application using two buttons button1 message box another button closing the application how to use please guide me.
here is the coding
private void button1_Click(object sender, RoutedEventArgs e)
{
MessageBox.Show("Lumia 800");
}
private void button2_Click(object sender, RoutedEventArgs e)
{
}
wgs
blackcapss
vramesh2019@gmail.com