private void KULLANICILARToolStripMenuItem_Click(object sender, EventArgs e) { Kullanicilar kullanici = new Kullanicilar(); kullanici.Show(); this.Hide(); }
private void btn_Kullanicilar_Click(object sender, EventArgs e) { Kullanicilar k = new Kullanicilar(); k.Show(); this.Hide(); }