大量更新
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user