This commit is contained in:
2025-10-20 12:36:33 +08:00
parent 958593b35d
commit 252a99d586
9 changed files with 283 additions and 14 deletions

View File

@@ -0,0 +1,12 @@
using iNKORE.UI.WPF.Modern.Controls;
namespace DMS.WPF.Views.Dialogs
{
public partial class TriggerSelectionDialog : ContentDialog
{
public TriggerSelectionDialog()
{
InitializeComponent();
}
}
}