Exemplo n.º 1
0
        private void tsmStudent_Click(object sender, EventArgs e)
        {
            FormStudent formStudent = new FormStudent(this);

            formStudent.Show();
            this.Hide();
        }
Exemplo n.º 2
0
        private void öğrencileriTanımlaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormStudent frm = new FormStudent();

            frm.Show();
        }