16 lines
309 B
C#
16 lines
309 B
C#
using System.Windows.Controls;
|
|
|
|
namespace GroupLine.App.View.MagTorque
|
|
{
|
|
/// <summary>
|
|
/// MagTorqueView.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class MagTorqueView : UserControl
|
|
{
|
|
public MagTorqueView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|