Files
DMS/DMS.WPF/Views/Dialogs/PollLevelDialog.xaml.cs

14 lines
265 B
C#
Raw Permalink Normal View History

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