Dissolved dependency on Nuclex.Support.Transactions by dropping two progress reporting helpers

This commit is contained in:
Markus Ewald 2024-06-14 17:39:10 +02:00 committed by cygon
parent 7b7fec96fd
commit 6683d66b2d
7 changed files with 69 additions and 20 deletions

View file

@ -22,6 +22,8 @@ using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
#if WITH_NUCLEX_SUPPORT_TRANSACTIONS
using Nuclex.Support.Tracking;
namespace Nuclex.Windows.Forms {
@ -111,3 +113,5 @@ namespace Nuclex.Windows.Forms {
}
} // namespace Nuclex.Windows.Forms
#endif // WITH_NUCLEX_SUPPORT_TRANSACTIONS