ChatX/chatclient/App.xaml.cs
2025-06-01 23:56:54 +08:00

15 lines
230 B
C#

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