将Catch块中 打印Log的全部替换为NotificationHelper.ShowError
This commit is contained in:
14
Views/Dialogs/PollLevelDialog.xaml.cs
Normal file
14
Views/Dialogs/PollLevelDialog.xaml.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using iNKORE.UI.WPF.Modern.Controls;
|
||||
using PMSWPF.ViewModels.Dialogs;
|
||||
|
||||
namespace PMSWPF.Views.Dialogs
|
||||
{
|
||||
public partial class PollLevelDialog : ContentDialog
|
||||
{
|
||||
public PollLevelDialog(PollLevelDialogViewModel viewModel)
|
||||
{
|
||||
InitializeComponent();
|
||||
DataContext = viewModel;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user