19 lines
392 B
C#
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();
|
|
}
|
|
}
|
|
}
|