Owners and addresses works

This commit is contained in:
2021-03-10 22:36:32 +01:00
parent e61719e037
commit b4a9237290
4 changed files with 75 additions and 7 deletions

View File

@ -295,6 +295,7 @@ namespace StockInfo
this.btnClose.TabIndex = 15;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// frmPerson
//