实现了导航功能
This commit is contained in:
11
Views/DevicesView.xaml.cs
Normal file
11
Views/DevicesView.xaml.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace PMSWPF.Views;
|
||||
|
||||
public partial class DevicesView : UserControl
|
||||
{
|
||||
public DevicesView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user