Files

12 lines
255 B
C#
Raw Permalink Normal View History

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