12 lines
244 B
C#
12 lines
244 B
C#
|
|
using iNKORE.UI.WPF.Modern.Controls;
|
||
|
|
|
||
|
|
namespace DMS.WPF.Views.Dialogs
|
||
|
|
{
|
||
|
|
public partial class TriggerSelectionDialog : ContentDialog
|
||
|
|
{
|
||
|
|
public TriggerSelectionDialog()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|