Files
FATrace/FATrace.WPLApp/Views/FactoryRawInboundView.xaml.cs
2026-01-28 15:04:16 +08:00

19 lines
392 B
C#

using System.Windows.Controls;
namespace FATrace.WPLApp.Views
{
/// <summary>
/// FactoryRawInboundView.xaml 的交互逻辑
/// </summary>
public partial class FactoryRawInboundView : UserControl
{
/// <summary>
/// 构造函数
/// </summary>
public FactoryRawInboundView()
{
InitializeComponent();
}
}
}