App.xaml.cs 227 B

1234567891011121314
  1. using System.Configuration;
  2. using System.Data;
  3. using System.Windows;
  4. namespace WpfApp1
  5. {
  6. /// <summary>
  7. /// Interaction logic for App.xaml
  8. /// </summary>
  9. public partial class App : Application
  10. {
  11. }
  12. }