周立功的CAN /FD实现

This commit is contained in:
2026-02-06 12:34:34 +08:00
parent 2e8ad1cffa
commit 74338fdb3a
13 changed files with 4260 additions and 310 deletions

View File

@@ -0,0 +1,15 @@
using System.Windows.Controls;
namespace CapMachine.Wpf.Views
{
/// <summary>
/// DialogZlgCanLinRwConfigView.xaml 的交互逻辑
/// </summary>
public partial class DialogZlgCanLinRwConfigView : UserControl
{
public DialogZlgCanLinRwConfigView()
{
InitializeComponent();
}
}
}