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