OrderFloatView.xaml.cs 597 B

1234567891011121314151617181920212223242526
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Windows;
  6. using System.Windows.Controls;
  7. using System.Windows.Data;
  8. using System.Windows.Documents;
  9. using System.Windows.Input;
  10. using System.Windows.Media;
  11. using System.Windows.Media.Imaging;
  12. using System.Windows.Shapes;
  13. namespace Muchinfo.MTPClient.Trade.Views
  14. {
  15. /// <summary>
  16. /// OrderFloatView.xaml 的交互逻辑
  17. /// </summary>
  18. public partial class OrderFloatView : Window
  19. {
  20. public OrderFloatView()
  21. {
  22. InitializeComponent();
  23. }
  24. }
  25. }