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