finished coursework

This commit is contained in:
2024-04-21 02:51:22 +01:00
parent 7fd9f6998d
commit ca7c68898e
14 changed files with 293 additions and 167 deletions

View File

@@ -72,7 +72,7 @@ namespace HCI_Coursework_EVCHARGE
private void login_Click(object sender, EventArgs e)
{
if ( accountNoTextBox.Text == "" )
if ( accountNoTextBox.Text == "AB12345678" )
{
if ( accountPinTextBox.Text == "" )
{