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

12 lines
218 B
C#

using System.Configuration;
using System.Data;
using System.Windows;
namespace _4_WPF资源_2资源层次;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}