整理
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Windows.Media.Animation;
|
||||
using System.Windows.Threading;
|
||||
|
||||
|
||||
namespace NeumUI.Controls;
|
||||
namespace NeoUI.Controls;
|
||||
|
||||
/// <summary>
|
||||
/// 提供静态方法来显示各种类型的轻量级通知,支持屏幕级别和窗口级别的消息提示。
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
MinHeight="50"
|
||||
Width="320"
|
||||
mc:Ignorable="d"
|
||||
x:Class="NeumUI.Controls.ToastControl"
|
||||
x:Class="NeoUI.Controls.ToastControl"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="clr-namespace:NeumUI.Controls"
|
||||
xmlns:local="clr-namespace:NeoUI.Controls"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<Border
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace NeumUI.Controls;
|
||||
namespace NeoUI.Controls;
|
||||
|
||||
|
||||
// 定义通知类型
|
||||
|
||||
Reference in New Issue
Block a user