示例#1
0
        private void KULLANICILARToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Kullanicilar kullanici = new Kullanicilar();

            kullanici.Show();
            this.Hide();
        }
示例#2
0
        private void btn_Kullanicilar_Click(object sender, EventArgs e)
        {
            Kullanicilar k = new Kullanicilar();

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