整体调整了功能
This commit is contained in:
15
FATrace.WPLApp/Views/FactoryInventoryTransactionView.xaml.cs
Normal file
15
FATrace.WPLApp/Views/FactoryInventoryTransactionView.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace FATrace.WPLApp.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// FactoryInventoryTransactionView.xaml 的交互逻辑
|
||||
/// </summary>
|
||||
public partial class FactoryInventoryTransactionView : UserControl
|
||||
{
|
||||
public FactoryInventoryTransactionView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user