mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 15:36:20 +00:00
Private async method names
This commit is contained in:
parent
4335457c54
commit
caf47209a3
10 changed files with 23 additions and 23 deletions
|
|
@ -16,7 +16,7 @@ namespace MapControl
|
|||
{
|
||||
public static partial class GeoImage
|
||||
{
|
||||
private static async Task<GeoBitmap> LoadGeoTiffAsync(string sourcePath)
|
||||
private static async Task<GeoBitmap> LoadGeoTiff(string sourcePath)
|
||||
{
|
||||
BitmapSource bitmap;
|
||||
Matrix transform;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue