WPF-Base/WPF基础/App.xaml.cs

12 lines
201 B
C#

using System.Configuration;
using System.Data;
using System.Windows;
namespace WPF基础;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}