Ejemplo n.º 1
0
 private void Savezac_Click(object sender, EventArgs e)
 {
     if (numberzac.Text == string.Empty || colzac.Text == string.Empty)
     {
         MessageBox.Show("Вы ввели не все данные!");
     }
     else
     {
         this.Hide();
         adress_dost.Show();
     }
 }
Ejemplo n.º 2
0
 private void Home_address_Click(object sender, EventArgs e)
 {
     this.Hide();
     adress_dost.Show();
 }