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