chore: 首次提交

This commit is contained in:
2025-01-28 19:02:45 +08:00
commit 6f373dc5e5
13 changed files with 795 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
using System.Windows;
namespace PortProxyTool.Wpf;
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
}
}