Create team form is ready (nearly)

This commit is contained in:
2020-04-02 23:22:00 +02:00
parent 9d80089a23
commit eecd527e69
7 changed files with 132 additions and 2 deletions

View File

@ -265,6 +265,7 @@
this.createTeamButton.TabIndex = 23;
this.createTeamButton.Text = "Create Team";
this.createTeamButton.UseVisualStyleBackColor = true;
this.createTeamButton.Click += new System.EventHandler(this.createTeamButton_Click);
//
// CreateTeamForm
//