Sic10/SicUI/App.xaml.cs

14 lines
217 B
C#
Raw Permalink Normal View History

2023-05-10 10:26:01 +08:00
using System.Threading;
using System.Windows;
namespace SicUI.Client
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}