initial commit

This commit is contained in:
2026-04-11 12:45:18 +02:00
commit 6e1b929e2f
1246 changed files with 177580 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
using System.Windows.Controls;
namespace HC_APTBS.Views.UserControls
{
/// <summary>Code-behind for BenchParamConfigView — no logic; all behaviour is in the ViewModel.</summary>
public partial class BenchParamConfigView : UserControl
{
public BenchParamConfigView() => InitializeComponent();
}
}