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

13 lines
244 B
C#
Raw Normal View History

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