Files
ShrlAlgoToolkit/NeuWPF/NeoUITest/ControlTestWindow.xaml.cs
ShrlAlgo 955a01f564 整理
2025-08-20 12:10:35 +08:00

17 lines
322 B
C#

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