Files
petwash/PetWashControl/App.xaml.cs
2026-02-25 10:46:51 +08:00

15 lines
234 B
C#

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