添加项目文件。

This commit is contained in:
GukSang.Jin
2026-06-02 17:41:53 +08:00
parent 9bda0de84f
commit 27439505a9
40 changed files with 3771 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
using SukiUI.Controls;
namespace Footwear_Test_methodsfor_wholeshoe_Slipresistanceperformance.Views
{
public partial class MainWindow : SukiWindow
{
public MainWindow()
{
InitializeComponent();
}
}
}