更改FTP文件导入
This commit is contained in:
18
FATrace.WPLApp/Views/FactoryRawInboundView.xaml.cs
Normal file
18
FATrace.WPLApp/Views/FactoryRawInboundView.xaml.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace FATrace.WPLApp.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// FactoryRawInboundView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class FactoryRawInboundView : UserControl
|
||||
{
|
||||
/// <summary>
|
||||
/// 构造函数
|
||||
/// </summary>
|
||||
public FactoryRawInboundView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user