Files
DMS/Views/DevicesView.xaml.cs

11 lines
178 B
C#
Raw Normal View History

2025-06-10 20:55:39 +08:00
using System.Windows.Controls;
namespace PMSWPF.Views;
public partial class DevicesView : UserControl
{
public DevicesView()
{
InitializeComponent();
}
}