WPF-ImportantExample/_9WPF绑定元素和绑定模式/App.xaml.cs

12 lines
223 B
C#
Raw Normal View History

2025-01-25 23:16:24 +08:00
using System.Configuration;
using System.Data;
using System.Windows;
namespace _WPF绑定元素和绑定模式;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}