SOMS/TcpForwarder/App.xaml.cs
2025-03-10 18:15:27 +08:00

15 lines
232 B
C#

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