diff --git a/NHB3/OrderForm.cs b/NHB3/OrderForm.cs index 2f5062c..7a61555 100644 --- a/NHB3/OrderForm.cs +++ b/NHB3/OrderForm.cs @@ -11,7 +11,6 @@ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using static System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox; namespace NHB3 { @@ -335,4 +334,4 @@ private void btnCancel_Click(object sender, EventArgs e) } } } -} \ No newline at end of file +}