private void butt_mod_Click(object sender, EventArgs e) { Form_actualizare f = new Form_actualizare(); this.Close(); f.Show(); }
private void button1_Click(object sender, EventArgs e) { Form_actualizare f = new Form_actualizare(); f.Show(); }