mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Use string interpolation
This commit is contained in:
parent
b69beda620
commit
6e02ea2c61
5 changed files with 18 additions and 18 deletions
|
|
@ -134,7 +134,7 @@ namespace MapControl
|
|||
|
||||
if (docEntry == null)
|
||||
{
|
||||
throw new ArgumentException("No KML entry found in " + archiveFilePath);
|
||||
throw new ArgumentException($"No KML entry found in {archiveFilePath}.");
|
||||
}
|
||||
|
||||
var imageOverlays = await Task.Run(() =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue