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