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

12 lines
214 B
C#

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