更改
This commit is contained in:
18
CapMachine.Wpf/Views/DialogZlgCANFDSchConfigView.xaml.cs
Normal file
18
CapMachine.Wpf/Views/DialogZlgCANFDSchConfigView.xaml.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace CapMachine.Wpf.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// DialogZlgCANFDSchConfigView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class DialogZlgCANFDSchConfigView : UserControl
|
||||
{
|
||||
/// <summary>
|
||||
/// 构造函数。
|
||||
/// </summary>
|
||||
public DialogZlgCANFDSchConfigView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user