Esempio n. 1
0
        private void btn_mus_Click(object sender, EventArgs e)
        {
            musteri mus = new musteri();

            mus.ad  = ad;
            mus.rol = rol;
            mus.tc  = tc;
            mus.ShowDialog();
        }
Esempio n. 2
0
        /****************************************************************************************/
        private void button1_Click(object sender, EventArgs e)
        {
            musteri ms = new musteri();

            ms.ad  = ad;
            ms.tc  = tc;
            ms.rol = rol;
            ms.Show();
        }