Files
FATrace/FATrace.WPLApp/Views/OEMInventoryTransactionView.xaml.cs
2026-01-13 15:03:02 +08:00

17 lines
416 B
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
using System.Windows.Controls;
namespace FATrace.WPLApp.Views
{
/// <summary>
/// OEMInventoryTransactionView.xaml 的交互逻辑
/// 仅用于 InitializeComponent其余逻辑放在 ViewModel 中。
/// </summary>
public partial class OEMInventoryTransactionView : UserControl
{
public OEMInventoryTransactionView()
{
InitializeComponent();
}
}
}