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

@@ -40,6 +40,7 @@
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(76, 20);
this.textBox2.TabIndex = 1;
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
this.textBox2.GotFocus += new System.EventHandler(this.textBox_GotFocus);
//
// label1