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

@ -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