예제 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Form2 frm = new Form2();

            frm.resim = resim2;
            frm.ResimDegistir(resim2);
            frm.Show();

            this.Hide();
        }
예제 #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            Form2 frm = new Form2();

            frm.resim  = resim;
            frm.resim2 = resim;
            frm.ResimDegistir(resim);
            frm.comboboxEnabled();
            frm.Show();
            this.Hide();
        }