Ejemplo n.º 1
0
        private void button2_Click_1(object sender, EventArgs e)
        {
            FrmKullaniciGiris fr = new FrmKullaniciGiris();


            fr.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void çıkışYapToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmKullaniciGiris fr = new FrmKullaniciGiris();


            fr.Show();
            this.Hide();
        }
Ejemplo n.º 3
0
        private void BtnLogOut_Click(object sender, EventArgs e)
        {
            FrmKullaniciGiris fr = new FrmKullaniciGiris();


            fr.Show();
            this.Hide();
        }