Example #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();
        }
Example #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            frm_kullanicigiris_yüztanima f = new frm_kullanicigiris_yüztanima();

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