实现了导航功能

This commit is contained in:
2025-06-10 20:55:39 +08:00
parent 1294adfbfd
commit b118e8ec90
20 changed files with 329 additions and 122 deletions

11
Views/DevicesView.xaml.cs Normal file
View File

@@ -0,0 +1,11 @@
using System.Windows.Controls;
namespace PMSWPF.Views;
public partial class DevicesView : UserControl
{
public DevicesView()
{
InitializeComponent();
}
}