13 lines
221 B
C#
13 lines
221 B
C#
|
|
using System.Windows.Controls;
|
||
|
|
|
||
|
|
namespace MainShell.Recipe.View
|
||
|
|
{
|
||
|
|
public partial class WaferTeachView : UserControl
|
||
|
|
{
|
||
|
|
public WaferTeachView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|