Files
Z173/App.xaml.cs
2026-06-13 14:16:34 +08:00

15 lines
229 B
C#

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