Skip to content

Commit 9d8cb67

Browse files
authored
Update OrderForm.cs
1 parent fc67b3e commit 9d8cb67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

NHB3/OrderForm.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
using System.Text;
1212
using System.Threading.Tasks;
1313
using System.Windows.Forms;
14-
using static System.Windows.Forms.VisualStyles.VisualStyleElement.TextBox;
1514

1615
namespace NHB3
1716
{
@@ -335,4 +334,4 @@ private void btnCancel_Click(object sender, EventArgs e)
335334
}
336335
}
337336
}
338-
}
337+
}

0 commit comments

Comments
 (0)