3-WPF-Order/4-WPF资源-2资源层次/App.xaml.cs

12 lines
218 B
C#
Raw Normal View History

2025-01-10 12:14:50 +08:00
using System.Configuration;
using System.Data;
using System.Windows;
2025-01-10 12:16:43 +08:00
namespace _4_WPF资源_2资源层次;
2025-01-10 12:14:50 +08:00
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}