18 lines
279 B
C#
18 lines
279 B
C#
using System.Windows;
|
|
|
|
using Wpf.Ui.Extend.Controls;
|
|
|
|
namespace Sai.RvKits.Windows
|
|
{
|
|
/// <summary>
|
|
/// MessageWin.xaml 的交互逻辑
|
|
/// </summary>
|
|
public sealed partial class MessageWin:FluentWindowEx
|
|
{
|
|
public MessageWin()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|