WPF-Base/WPF路由事件-2-事件路由/App.xaml.cs

12 lines
222 B
C#
Raw Permalink Normal View History

2025-01-01 20:57:53 +08:00
using System.Configuration;
using System.Data;
using System.Windows;
namespace WPF路由事件_2_事件路由;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}