Adjustments of copied control-names etc

This commit is contained in:
2023-08-27 22:00:11 +02:00
parent 374d401692
commit aef30274b2
8 changed files with 63 additions and 20 deletions

View File

@ -84,6 +84,7 @@
Controls.Add(goodbyeText);
Controls.Add(helloText);
Name = "MainWindow";
StartPosition = FormStartPosition.CenterScreen;
Text = "MainWindow";
FormClosing += MainWindow_FormClosing;
Load += MainWindow_Load;