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