Removed string.Empty

This commit is contained in:
ClemensFischer 2024-07-12 18:42:18 +02:00
parent e67d7ee1e3
commit 37b3809b8f
6 changed files with 13 additions and 17 deletions

View file

@ -31,7 +31,7 @@ namespace MapControl
async (layer, oldValue, newValue) => await layer.UpdateImageAsync());
public static readonly DependencyProperty WmsStylesProperty =
DependencyPropertyHelper.Register<WmsImageLayer, string>(nameof(WmsStyles), string.Empty,
DependencyPropertyHelper.Register<WmsImageLayer, string>(nameof(WmsStyles), "",
async (layer, oldValue, newValue) => await layer.UpdateImageAsync());
public static readonly DependencyProperty WmsLayersProperty =