20220510_191_upperpc/AutomaticApp/App.xaml.cs
2023-07-27 10:57:34 +08:00

19 lines
369 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 AutomaticApp
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
//放全局变量的连接信息
}
}