20220510_191_upperpc/AutomaticApp/App.xaml.cs

19 lines
369 B
C#
Raw Normal View History

2023-07-27 02:57:34 +00:00
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
{
//放全局变量的连接信息
}
}