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

14 lines
262 B
C#

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