添加项目文件。
This commit is contained in:
15
GroupLine.App/View/MagTorque/MagTorqueView.xaml.cs
Normal file
15
GroupLine.App/View/MagTorque/MagTorqueView.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace GroupLine.App.View.MagTorque
|
||||
{
|
||||
/// <summary>
|
||||
/// MagTorqueView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class MagTorqueView : UserControl
|
||||
{
|
||||
public MagTorqueView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user