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

19 lines
392 B
C#

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