MCI18n/App.xaml.cs

15 lines
226 B
C#
Raw Permalink Normal View History

2025-06-22 11:33:58 +08:00
using System.Configuration;
using System.Data;
using System.Windows;
namespace MCI18n
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}