[fix] switch MessageBox to default

This commit is contained in:
ChanginJolly 2024-03-16 12:00:51 +08:00
parent 3e89d8cb0d
commit 81f5624026
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
4.5.3
4.5.4

View File

@ -4,7 +4,7 @@ using System;
using System.Linq;
using System.Reflection;
using System.Windows;
using MessageBox = iNKORE.UI.WPF.Modern.Controls.MessageBox;
using MessageBox = System.Windows.MessageBox;
namespace Ink_Canvas
{

View File

@ -27,7 +27,7 @@ using System.Windows.Media.Imaging;
using System.Windows.Threading;
using Application = System.Windows.Application;
using File = System.IO.File;
using MessageBox = iNKORE.UI.WPF.Modern.Controls.MessageBox;
using MessageBox = System.Windows.MessageBox;
using Path = System.IO.Path;
using Point = System.Windows.Point;
using Timer = System.Timers.Timer;

View File

@ -49,5 +49,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.5.3.0")]
[assembly: AssemblyFileVersion("4.5.3.0")]
[assembly: AssemblyVersion("4.5.4.0")]
[assembly: AssemblyFileVersion("4.5.4.0")]