16 lines
291 B
C#
16 lines
291 B
C#
using System.Windows.Controls;
|
|
|
|
namespace DeviceEditModule.Views
|
|
{
|
|
/// <summary>
|
|
/// PW8001View.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class PW8001View : UserControl
|
|
{
|
|
public PW8001View()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|