WPF-Control/WPF控件-9-GroupBox/App.xaml.cs

12 lines
212 B
C#
Raw Normal View History

2025-01-07 23:02:41 +08:00
using System.Configuration;
using System.Data;
using System.Windows;
namespace WPF控件_9_GroupBox;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}