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

13 lines
221 B
C#
Raw Normal View History

using System.Windows.Controls;
namespace MainShell.Recipe.View
{
public partial class WaferTeachView : UserControl
{
public WaferTeachView()
{
InitializeComponent();
}
}
}