Example #1
0
 private void button2_Click(object sender, EventArgs e)
 {
     if (textBox1.Text == "")
     {
         MessageBox.Show("Вы не выбрали информационную базу!!!");
     }
     else
     {
         Zarplata f2 = new Zarplata();
         f2.Show();
         Hide();
     }
 }