Dissolved dependency on Nuclex.Support.Transactions by dropping two progress reporting helpers
This commit is contained in:
parent
7b7fec96fd
commit
6683d66b2d
7 changed files with 69 additions and 20 deletions
|
|
@ -22,6 +22,8 @@ using System.ComponentModel;
|
|||
using System.Threading;
|
||||
using System.Windows.Forms;
|
||||
|
||||
#if WITH_NUCLEX_SUPPORT_TRANSACTIONS
|
||||
|
||||
using Nuclex.Support.Scheduling;
|
||||
using Nuclex.Support.Tracking;
|
||||
|
||||
|
|
@ -270,3 +272,5 @@ namespace Nuclex.Windows.Forms {
|
|||
}
|
||||
|
||||
} // namespace Nuclex.Windows.Forms
|
||||
|
||||
#endif // WITH_NUCLEX_SUPPORT_TRANSACTIONS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue