anttikajanus / DSE2017-building-apps-ArcGISRuntime-dotnet

Example app how to use ArcGIS Runtime for .NET to build UWP application
Apache License 2.0
0 stars 0 forks source link

Why the curly brackets? #2

Closed pekkah closed 7 years ago

pekkah commented 7 years ago

https://github.com/anttikajanus/DSE2017-building-apps-ArcGISRuntime-dotnet/blob/b94cb1f35509e81785f9900d60fbff79460854df/src/BuildingAppsDemo/MapViewModel.cs#L101

anttikajanus commented 7 years ago

It was missing else for some reason. Anyways, fixed.