大量更新

This commit is contained in:
GG Z
2025-12-23 21:35:54 +08:00
parent cd4733ee01
commit ceccab9abb
211 changed files with 9439 additions and 6578 deletions

View File

@@ -15,7 +15,7 @@ namespace NeoUITest
public List<ResourceItem> BrushResources { get; set; }
public static readonly DependencyProperty SourceUriProperty =
DependencyProperty.Register("SourceUri", typeof(string), typeof(ColorPaletteControl), new PropertyMetadata(null, OnSourceUriChanged));
DependencyProperty.Register(nameof(SourceUri), typeof(string), typeof(ColorPaletteControl), new PropertyMetadata(null, OnSourceUriChanged));
public string SourceUri
{