终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

32 lines
744 B

  1. using Microsoft.Toolkit.Mvvm.ComponentModel;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Collections.ObjectModel;
  5. using System.Linq;
  6. using System.Text;
  7. using System.Threading.Tasks;
  8. using System.Windows;
  9. using System.Windows.Controls;
  10. using System.Windows.Controls.Primitives;
  11. using System.Windows.Data;
  12. using System.Windows.Documents;
  13. using System.Windows.Input;
  14. using System.Windows.Media;
  15. using System.Windows.Media.Effects;
  16. using System.Windows.Media.Imaging;
  17. using System.Windows.Shapes;
  18. namespace WPFDemo
  19. {
  20. /// <summary>
  21. /// Window2.xaml 的交互逻辑
  22. /// </summary>
  23. public partial class Window2 : Window
  24. {
  25. public Window2()
  26. {
  27. InitializeComponent();
  28. }
  29. }
  30. }