5-WPFTemplates-And-CustomEl.../5-17.2理解模板/App.xaml.cs

12 lines
212 B
C#
Raw Permalink Normal View History

2025-01-23 22:01:10 +08:00
using System.Configuration;
using System.Data;
using System.Windows;
namespace _5_17._2理解模板;
2025-01-23 22:01:10 +08:00
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}