Beispiel #1
0
        private void kullanıcılarToolStripMenuItem_Click(object sender, EventArgs e)
        {
            kullaniciIslemleri oznur = new kullaniciIslemleri();

            oznur.ShowDialog();
        }
Beispiel #2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Form kullanici = new kullaniciIslemleri();

            kullanici.ShowDialog();
        }