mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-23 02:06:35 +08:00
项目结构调整
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FluentTest.ViewModels
|
||||
{
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
|
||||
public class FontsViewModel : ViewModel
|
||||
{
|
||||
public ObservableCollection<string> FontsData { get; } = new ObservableCollection<string>(System.Windows.Media.Fonts.SystemFontFamilies.Select(fontFamily => fontFamily.ToString()));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user