Sic02-new/FrameworkLocal/UIClient/ClientBase/WaferTransferDialogView.xam...

16 lines
346 B
C#
Raw Permalink Normal View History

2023-07-25 14:28:00 +08:00
using System.Windows.Controls;
namespace MECF.Framework.UI.Client.ClientBase
{
/// <summary>
/// WaferTransferDialogView.xaml 的交互逻辑
/// </summary>
public partial class WaferTransferDialogView : UserControl
{
public WaferTransferDialogView()
{
InitializeComponent();
}
}
}