private void button1_Click(object sender, EventArgs e) { Form3 frm = new Form3(); frm.resim = resim2; frm.ResimDegistir(resim2); frm.Show(); this.Hide(); }
private void button2_Click(object sender, EventArgs e) { resim = pictureBox1.Image; Form3 frm = new Form3(); frm.resim = resim; frm.resim2 = resim; frm.ResimDegistir(resim); frm.comboboxEnabled(); frm.Show(); this.Hide(); }