Files
Shrlalgo.RvKits/NeuWPF/NeoUITest/ControlTestWindow.xaml.cs
2025-08-20 12:10:13 +08:00

17 lines
323 B
C#

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