Example #1
0
        private void button3_Click_1(object sender, EventArgs e)
        {
            kayitsayfasi kayıt = new kayitsayfasi();

            kayıt.Show();
            this.Hide();
        }
Example #2
0
        private void kayıtOlunToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            kayitsayfasi yeni = new kayitsayfasi();

            yeni.Show();
            this.Hide();
        }
Example #3
0
        private void button4_Click(object sender, EventArgs e)
        {
            kayitsayfasi kayıt = new kayitsayfasi();

            kayıt.Show();
        }