251029
This commit is contained in:
16
FATrace.WPLApp/Views/RawProUseView.xaml.cs
Normal file
16
FATrace.WPLApp/Views/RawProUseView.xaml.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace FATrace.WPLApp.Views
|
||||
{
|
||||
/// <summary>
|
||||
/// RawProUseView.xaml 的交互逻辑
|
||||
/// 视图代码隐藏仅用于 InitializeComponent,其他逻辑放在 ViewModel 中
|
||||
/// </summary>
|
||||
public partial class RawProUseView : UserControl
|
||||
{
|
||||
public RawProUseView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user