Remove unused namespaces in AdvancedTextBox.cs

The System.Threading and System.Threading.Tasks namespaces were included in the AdvancedTextBox.cs file but were not being used. Their inclusion has been removed to clean up the code and improve readability.
This commit is contained in:
Ivandro Jao 2024-03-25 10:14:34 +00:00
parent b9051cb6fa
commit 0b4b82b5ee

View File

@ -9,8 +9,6 @@ using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Nikse.SubtitleEdit.Controls