Update MainWindow.xaml.cs

This commit is contained in:
ClemensFischer 2024-08-24 23:17:47 +02:00
parent 75fe11dfdc
commit ff3937e1fa

View file

@ -140,7 +140,7 @@ namespace SampleApplication
lonHemisphere, longitude / 60000, (longitude % 60000) / 1000d); lonHemisphere, longitude / 60000, (longitude % 60000) / 1000d);
} }
private string GetDistanceText(double distance) private static string GetDistanceText(double distance)
{ {
var unit = "m"; var unit = "m";