Esri / coordinate-conversion-addin-dotnet

Addin for ArcMap and Pro for convenient coordinate conversion in Desktop.
Apache License 2.0
45 stars 20 forks source link

Change ProgressDialog from static to local #620

Closed csmoore closed 5 years ago

csmoore commented 5 years ago

See #619

Progress Form was not closing under some circumstances so just switched from static class to local variable.