mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Code style
This commit is contained in:
parent
f897ce3d36
commit
046cebb341
8 changed files with 9 additions and 9 deletions
|
|
@ -67,7 +67,7 @@ namespace MapControl
|
|||
}
|
||||
|
||||
private static ILogger logger;
|
||||
private static ILogger Logger => logger ??= ImageLoader.LoggerFactory?.CreateLogger<GroundOverlay>();
|
||||
private static ILogger Logger => logger ??= ImageLoader.LoggerFactory?.CreateLogger(typeof(GroundOverlay));
|
||||
|
||||
public static readonly DependencyProperty SourcePathProperty =
|
||||
DependencyPropertyHelper.Register<GroundOverlay, string>(nameof(SourcePath), null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue