2025-07-19 11:11:01 +08:00
|
|
|
using DMS.WPF.ViewModels.Dialogs;
|
2025-07-01 21:34:20 +08:00
|
|
|
using iNKORE.UI.WPF.Modern.Controls;
|
|
|
|
|
|
2025-07-26 10:05:43 +08:00
|
|
|
namespace DMS.WPF.Views.Dialogs;
|
2025-07-01 21:34:20 +08:00
|
|
|
|
|
|
|
|
public partial class ConfirmDialog : ContentDialog
|
|
|
|
|
{
|
|
|
|
|
|
2025-07-28 13:06:36 +08:00
|
|
|
public ConfirmDialog()
|
2025-07-01 21:34:20 +08:00
|
|
|
{
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
}
|
|
|
|
|
}
|