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

16 lines
304 B
C#

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