15 lines
302 B
C#
15 lines
302 B
C#
|
|
using System.Windows.Controls;
|
||
|
|
|
||
|
|
namespace DMS.WPF.Views
|
||
|
|
{
|
||
|
|
/// <summary>
|
||
|
|
/// TriggerDetailView.xaml 的交互逻辑
|
||
|
|
/// </summary>
|
||
|
|
public partial class TriggerDetailView : UserControl
|
||
|
|
{
|
||
|
|
public TriggerDetailView()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|