17 lines
416 B
C#
17 lines
416 B
C#
using System.Windows.Controls;
|
||
|
||
namespace FATrace.WPLApp.Views
|
||
{
|
||
/// <summary>
|
||
/// OEMInventoryTransactionView.xaml 的交互逻辑
|
||
/// 仅用于 InitializeComponent,其余逻辑放在 ViewModel 中。
|
||
/// </summary>
|
||
public partial class OEMInventoryTransactionView : UserControl
|
||
{
|
||
public OEMInventoryTransactionView()
|
||
{
|
||
InitializeComponent();
|
||
}
|
||
}
|
||
}
|