SOMS/test/WpfForWeb/App.xaml.cs

12 lines
175 B
C#
Raw Permalink Normal View History

2024-07-15 10:31:26 +08:00
using System.Windows;
namespace WpfForWeb
{
/// <summary>
/// App.xaml 的交互逻辑
/// </summary>
public partial class App : Application
{
}
}