コード例 #1
0
        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();
        }