using System; using System.Collections.Generic; using System.Configuration; using System.Data; using System.Linq; using System.Windows; namespace WpfBaseApp4 { /// /// Interaction logic for App.xaml /// public partial class App : Application { private void Application_Exit(object sender, ExitEventArgs e) { } } }