WPF-Base/WPF基础-2-StackPanel2/App.xaml.cs

12 lines
215 B
C#

using System.Configuration;
using System.Data;
using System.Windows;
namespace WPF基础_2_StackPanel2;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}