Files
Shrlalgo.RvKits/NeoUI/NeoUITest/ControlTestWindow.xaml.cs
2025-08-24 13:49:55 +08:00

17 lines
313 B
C#

using System.Collections.Generic;
using System.Windows;
namespace NeoUITest
{
/// <summary>
/// ControlTestWindow.xaml 的交互逻辑
/// </summary>
public partial class ControlTestWindow
{
public ControlTestWindow()
{
InitializeComponent();
}
}
}