Files
test_demo/MX-PD-盘古 - new/PanGu.DieBonderApp/MainShell/Manual/View/DieRecheckView.xaml.cs

16 lines
302 B
C#
Raw Normal View History

using System.Windows.Controls;
namespace MainShell.Manual.View
{
/// <summary>
/// DieRecheckView.xaml 的交互逻辑
/// </summary>
public partial class DieRecheckView : UserControl
{
public DieRecheckView()
{
InitializeComponent();
}
}
}