整理控件库
This commit is contained in:
@@ -5,14 +5,11 @@ namespace WPFluent.Gallery.Views.Pages.DesignGuidance;
|
||||
/// <summary>
|
||||
/// Interaction logic for IconsPage.xaml
|
||||
/// </summary>
|
||||
public partial class IconsPage : INavigableView<IconsViewModel>
|
||||
public partial class IconsPage
|
||||
{
|
||||
public IconsViewModel ViewModel { get; }
|
||||
|
||||
public IconsPage(IconsViewModel viewModel)
|
||||
public IconsPage()
|
||||
{
|
||||
ViewModel = viewModel;
|
||||
DataContext = this;
|
||||
DataContext = new IconsViewModel();
|
||||
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user