private void button1_Click(object sender, EventArgs e)//перход на дог { Form DOGOVOR = new DOGOVOR(); DOGOVOR.Show(); this.Hide(); }
private void button5_Click(object sender, EventArgs e) { Form DOGOVOR = new DOGOVOR(); DOGOVOR.Show(); this.Hide(); }