Example #1
0
 private void Button9_Click(object sender, EventArgs e)
 {
     MessageBox.Show("Средняя зарплата сотрудников за год: " + Convert.ToString(Departament.getSredCash(full)));
 }
Example #2
0
 private void Button8_Click(object sender, EventArgs e)
 {
     richTextBox1.Text = Departament.INFOall(full);
 }
Example #3
0
 private void Button7_Click(object sender, EventArgs e)
 {
     textBox5.Text = Departament.getNum(comboBox1.GetItemText(comboBox1.SelectedItem));
 }