WPF-Base/WPF基础-6-Grid9分隔窗口2/App.xaml.cs

12 lines
222 B
C#

using System.Configuration;
using System.Data;
using System.Windows;
namespace WPF基础_6_Grid9分隔窗口2;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}