private void btnSave_Click(object sender, EventArgs e) { CompanyInfo.SetInfo(textBoxes); Save(); MessageBox.Show ( "Информациите се ажурирани" ); }