Mega Code Archive
Categories
/
VB.Net
/
WPF
Embdded implementation of our buttons Click event handler
Exit Application
private void btnExitApp_Clicked(object sender, RoutedEventArgs e) { Application.Current.Shutdown(); }