Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

wpf close application

//To close just one window
this.Close();
//To close the entire application
System.Windows.Application.Current.Shutdown();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #wpf #close #application
ADD COMMENT
Topic
Name
3+2 =