给设置界面添加数据库的配置

This commit is contained in:
2025-07-06 11:09:57 +08:00
parent de21b0073c
commit 1ebe31a26c
7 changed files with 312 additions and 11 deletions

View File

@@ -1,3 +1,4 @@
using PMSWPF.ViewModels;
using System.Windows.Controls;
namespace PMSWPF.Views;
@@ -7,5 +8,6 @@ public partial class SettingView : UserControl
public SettingView()
{
InitializeComponent();
DataContext = new SettingViewModel();
}
}