App.xaml.cs 436 B

123456789101112131415161718192021
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Configuration;
  4. using System.Data;
  5. using System.Globalization;
  6. using System.Linq;
  7. using System.Threading;
  8. using System.Threading.Tasks;
  9. using System.Windows;
  10. using System.Windows.Markup;
  11. namespace OUP
  12. {
  13. /// <summary>
  14. /// Логика взаимодействия для App.xaml
  15. /// </summary>
  16. public partial class App : Application
  17. {
  18. }
  19. }