SIC-12/SicUI/App.xaml.cs
2026-03-24 15:04:02 +08:00

14 lines
217 B
C#

using System.Threading;
using System.Windows;
namespace SicUI.Client
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}