Files
FATrace/FATrace.WPLApp/Views/FactoryOutboundView.xaml.cs
2026-01-13 15:03:02 +08:00

16 lines
316 B
C#

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