2025-07-19 11:11:01 +08:00
|
|
|
using DMS.WPF.ViewModels.Dialogs;
|
2025-07-06 15:15:38 +08:00
|
|
|
using iNKORE.UI.WPF.Modern.Controls;
|
|
|
|
|
|
2025-07-26 10:05:43 +08:00
|
|
|
namespace DMS.WPF.Views.Dialogs
|
2025-07-06 15:15:38 +08:00
|
|
|
{
|
|
|
|
|
public partial class PollLevelDialog : ContentDialog
|
|
|
|
|
{
|
2025-09-02 17:42:11 +08:00
|
|
|
public PollLevelDialog()
|
2025-07-06 15:15:38 +08:00
|
|
|
{
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|