整理控件库
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
// Copyright (C) Leszek Pomianowski and WPF UI Contributors.
|
||||
// All Rights Reserved.
|
||||
|
||||
using WPFluent.Extensions;
|
||||
using WPFluent.Gallery.ControlsLookup;
|
||||
using WPFluent.Gallery.Models;
|
||||
using WPFluent.Gallery.Views.Pages;
|
||||
@@ -23,4 +24,9 @@ public partial class LayoutViewModel : ViewModel
|
||||
PageType = x.PageType,
|
||||
})
|
||||
);
|
||||
[RelayCommand()]
|
||||
private void ShowDialog()
|
||||
{
|
||||
MessageExtensions.ShowMessage();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user