Exemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)//YÜZ TANIMA BUTONUYLA GİRİŞ
        {
            frm_kullanicigiris_yüztanima f = new frm_kullanicigiris_yüztanima();

            f.ShowDialog();
            this.Hide();
        }
Exemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            frm_kullanicigiris_yüztanima f = new frm_kullanicigiris_yüztanima();

            f.ShowDialog();
            this.Hide();
        }