SOMS/test/守护程序/App.xaml.cs
2024-07-15 10:31:26 +08:00

19 lines
340 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace WatchDogWindowApp
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}