更新
This commit is contained in:
@@ -6,12 +6,9 @@ namespace WPFluent.Gallery.Views.Pages;
|
||||
|
||||
public partial class OpSystemPage
|
||||
{
|
||||
public OpSystemViewModel ViewModel { get; }
|
||||
|
||||
public OpSystemPage()
|
||||
{
|
||||
ViewModel = new OpSystemViewModel();
|
||||
DataContext = ViewModel;
|
||||
DataContext = new OpSystemViewModel();
|
||||
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user