begin and initialise coursework project

This commit is contained in:
2024-03-08 12:54:06 +00:00
parent 794efd591b
commit 13b8eda0c9
24 changed files with 1976 additions and 43 deletions

View File

@@ -55,5 +55,10 @@ namespace WindowsFormsPopupKeyboard
// doesn't get focus by default and trigger the GotFocus event (which
// would show the keyboard before we needed it)
}
private void textBox2_TextChanged(object sender, EventArgs e)
{
}
}
}