Skip to content

Commit

Permalink
Update OrderForm.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4z authored Aug 2, 2021
1 parent fc67b3e commit 9d8cb67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions NHB3/OrderForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down Expand Up @@ -335,4 +334,4 @@ private void btnCancel_Click(object sender, EventArgs e)
}
}
}
}
}

0 comments on commit 9d8cb67

Please sign in to comment.