TowerMigrator/App.xaml.cs
2024-11-16 15:25:53 +08:00

15 lines
243 B
C#

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