Files
FATrace/FATrace.WPLApp/Views/RawProUseView.xaml.cs
2025-10-29 11:42:58 +08:00

17 lines
389 B
C#
Raw 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>
/// RawProUseView.xaml 的交互逻辑
/// 视图代码隐藏仅用于 InitializeComponent其他逻辑放在 ViewModel 中
/// </summary>
public partial class RawProUseView : UserControl
{
public RawProUseView()
{
InitializeComponent();
}
}
}