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