Sound implemented, points ok and users visible on button

This commit is contained in:
2022-07-14 23:28:39 +02:00
parent 8aa46c3176
commit 355bb57881
6 changed files with 32 additions and 5 deletions

View File

@ -261,6 +261,7 @@
this.Name = "frmPersonRound";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Din tur -";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmPersonRound_FormClosing);
this.Shown += new System.EventHandler(this.frmPersonRound_Shown);
this.ResumeLayout(false);
this.PerformLayout();