WaferHistoryView.xaml.cs 390 B

12345678910111213141516171819
  1. using System;
  2. using System.Windows;
  3. using System.Windows.Controls;
  4. using Aitex.Sorter.Common;
  5. namespace VirgoUI.Client.Models.DataLog.WaferHistory
  6. {
  7. /// <summary>
  8. /// HistoryView.xaml 的交互逻辑
  9. /// </summary>
  10. public partial class WaferHistoryView : UserControl
  11. {
  12. public WaferHistoryView()
  13. {
  14. InitializeComponent();
  15. }
  16. }
  17. }