sillsdev / libpalaso

Palaso Library: A set of .Net libraries useful for developers of Language Software.
MIT License
44 stars 51 forks source link

Added some utility methods, ConfirmFileOverwriteDlg and new WaitCursor members #1281

Closed tombogle closed 1 year ago

tombogle commented 1 year ago

The only "change" (that probably only just barely warrants making a new major version) was to make the WaitCursor class (which previously only contained static methods and probably therefore should have been a static class) implement IDisposable.


This change is Reviewable