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.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
|
||||
|
|
4
Source/TrackingBar/TrackingBar.Designer.cs
generated
4
Source/TrackingBar/TrackingBar.Designer.cs
generated
|
@ -17,6 +17,8 @@ limitations under the License.
|
|||
*/
|
||||
#endregion // Apache License 2.0
|
||||
|
||||
#if WITH_NUCLEX_SUPPORT_TRANSACTIONS
|
||||
|
||||
namespace Nuclex.Windows.Forms {
|
||||
|
||||
partial class TrackingBar {
|
||||
|
@ -48,3 +50,5 @@ namespace Nuclex.Windows.Forms {
|
|||
}
|
||||
|
||||
} // namespace Nuclex.Windows.Forms
|
||||
|
||||
#endif // WITH_NUCLEX_SUPPORT_TRANSACTIONS
|
||||
|
|
|
@ -26,6 +26,8 @@ using System.Text;
|
|||
using System.Windows.Forms;
|
||||
using System.Threading;
|
||||
|
||||
#if WITH_NUCLEX_SUPPORT_TRANSACTIONS
|
||||
|
||||
using Nuclex.Support.Tracking;
|
||||
|
||||
namespace Nuclex.Windows.Forms {
|
||||
|
@ -131,3 +133,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