Finjusteringar

This commit is contained in:
2021-03-05 10:32:50 +01:00
parent 2841ada2cf
commit bd20b3b9d3
7 changed files with 67 additions and 52 deletions

View File

@ -132,5 +132,11 @@ namespace StockInfo
}
}
private void btnClose_Click(object sender, EventArgs e)
{
this.Close();
}
}
}