新增设备更改
This commit is contained in:
15
GroupLine.App/View/RotorShrinkFit/RotorShrinkFitView.xaml.cs
Normal file
15
GroupLine.App/View/RotorShrinkFit/RotorShrinkFitView.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace GroupLine.App.View.RotorShrinkFit
|
||||
{
|
||||
/// <summary>
|
||||
/// RotorShrinkFitView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class RotorShrinkFitView : UserControl
|
||||
{
|
||||
public RotorShrinkFitView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user