回差值和界面功能增加

This commit is contained in:
2026-05-09 10:29:00 +08:00
parent aa7da6b301
commit af337fc6f3
7 changed files with 218 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
using System.Windows.Controls;
namespace CapMachine.Wpf.Views
{
public partial class DialogTherdyConfigView : UserControl
{
public DialogTherdyConfigView()
{
InitializeComponent();
}
}
}