2026-03-24 15:04:02 +08:00
|
|
|
|
using System.Windows.Controls;
|
|
|
|
|
|
|
2026-06-01 17:48:28 +08:00
|
|
|
|
namespace MECF.Framework.UI.Client.CenterViews.Dialogs
|
2026-03-24 15:04:02 +08:00
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// PurgeDialogView.xaml 的交互逻辑
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public partial class PurgeDialogView : UserControl
|
|
|
|
|
|
{
|
|
|
|
|
|
public PurgeDialogView()
|
|
|
|
|
|
{
|
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|