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