Пример #1
0
        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();
        }