| 12345678910111213141516171819 | using System;using System.Windows;using System.Windows.Controls;using Aitex.Sorter.Common;namespace VirgoUI.Client.Models.DataLog.WaferHistory{    /// <summary>    /// HistoryView.xaml 的交互逻辑    /// </summary>    public partial class WaferHistoryView : UserControl    {        public WaferHistoryView()        {            InitializeComponent();        }    }}
 |