12 lines
255 B
C#
12 lines
255 B
C#
using System.Windows.Controls;
|
|
|
|
namespace MainShell.ParaSetting.View
|
|
{
|
|
public partial class WaferLoadProcessParameterView : UserControl
|
|
{
|
|
public WaferLoadProcessParameterView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |