- using System.Windows.Controls;
- namespace MECF.Framework.UI.Client.CenterViews.Operations.LotHistory
- {
- /// <summary>
- /// WaferHistoryView.xaml 的交互逻辑
- /// </summary>
- public partial class LotHistoryView : UserControl
- {
- public LotHistoryView()
- {
- InitializeComponent();
- }
- }
- }
|