påbörjat hantering olika portföljer

This commit is contained in:
2021-03-13 00:08:11 +01:00
parent b4a9237290
commit b25c6fd538
18 changed files with 454 additions and 71 deletions

View File

@ -319,6 +319,7 @@ namespace StockInfo
this.Controls.Add(this.txtFirstName);
this.Controls.Add(this.label1);
this.Name = "frmPerson";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "frmPerson";
this.Load += new System.EventHandler(this.frmPerson_Load);
this.gbAddress.ResumeLayout(false);