16 lines
352 B
C#
16 lines
352 B
C#
using System.Windows.Controls;
|
|
|
|
namespace FATrace.WPLApp.Views
|
|
{
|
|
/// <summary>
|
|
/// FactoryInventoryTransactionView.xaml 的交互逻辑
|
|
/// </summary>
|
|
public partial class FactoryInventoryTransactionView : UserControl
|
|
{
|
|
public FactoryInventoryTransactionView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|