improve:弹窗

This commit is contained in:
2025-09-13 12:22:08 +08:00
parent 99f9886876
commit 32c179bbf9
6 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ using System.Windows.Forms;
using System.Windows.Input;
using System.Windows.Threading;
using Application = System.Windows.Application;
using MessageBox = System.Windows.MessageBox;
using MessageBox = iNKORE.UI.WPF.Modern.Controls.MessageBox;
using Timer = System.Threading.Timer;
namespace Ink_Canvas
+1 -1
View File
@@ -14,7 +14,7 @@ using System.Windows.Media;
using System.Windows.Threading;
using Application = System.Windows.Application;
using File = System.IO.File;
using MessageBox = System.Windows.MessageBox;
using MessageBox = iNKORE.UI.WPF.Modern.Controls.MessageBox;
using MouseButtonEventArgs = System.Windows.Input.MouseButtonEventArgs;
using MouseEventArgs = System.Windows.Input.MouseEventArgs;
-1
View File
@@ -1,5 +1,4 @@
using Hardcodet.Wpf.TaskbarNotification;
using iNKORE.UI.WPF.Modern.Controls;
using Ink_Canvas.Helpers;
using Newtonsoft.Json;
using OSVersionExtension;
+1 -1
View File
@@ -10,7 +10,7 @@ using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using MessageBox = System.Windows.MessageBox;
using MessageBox = iNKORE.UI.WPF.Modern.Controls.MessageBox;
using Point = System.Windows.Point;
namespace Ink_Canvas
@@ -12,7 +12,7 @@ using System.Linq;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Threading;
using MessageBox = System.Windows.MessageBox;
using MessageBox = iNKORE.UI.WPF.Modern.Controls.MessageBox;
namespace Ink_Canvas.Windows
{