14 lines
265 B
C#
14 lines
265 B
C#
using DMS.WPF.ViewModels.Dialogs;
|
|
using iNKORE.UI.WPF.Modern.Controls;
|
|
|
|
namespace DMS.WPF.Views.Dialogs
|
|
{
|
|
public partial class PollLevelDialog : ContentDialog
|
|
{
|
|
public PollLevelDialog()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|