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

16 lines
301 B
C#

using System.Windows.Controls;
namespace FATrace.WPLApp.Views
{
/// <summary>
/// OEMInboundView.xaml 的交互逻辑
/// </summary>
public partial class OEMInboundView : UserControl
{
public OEMInboundView()
{
InitializeComponent();
}
}
}