给设置界面添加数据库的配置
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user