TowerMigrator/App.xaml.cs
2024-10-22 22:23:15 +08:00

15 lines
227 B
C#

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