private void Btn_DoubleClick(object sender, EventArgs e) { PictureBox Pi = sender as PictureBox; Müşteri_Kayıt mKayit = new Müşteri_Kayıt(); mKayit.textBox8.Text = label1.Text; mKayit.Show(); this.Hide(); }
private void button2_Click(object sender, EventArgs e) { frm.Show(); }