Files
ShrlAlgoToolkit/WPFluent.Gallery/Views/Pages/OpSystemPage.xaml.cs
ShrlAlgo 4d35cadb56 更新
2025-07-11 09:20:23 +08:00

16 lines
281 B
C#

using OpSystemViewModel = WPFluent.Gallery.ViewModels.Pages.OpSystemViewModel;
namespace WPFluent.Gallery.Views.Pages;
public partial class OpSystemPage
{
public OpSystemPage()
{
DataContext = new OpSystemViewModel();
InitializeComponent();
}
}