Exemplo n.º 1
0
        private void BtnEducationLevel_Click(object sender, EventArgs e)
        {
            FormFormOfEducation form = new FormFormOfEducation();

            form.ShowDialog();
        }
Exemplo n.º 2
0
        private void BtnFormOfEducation_Click(object sender, EventArgs e)
        {
            FormFormOfEducation educa = new FormFormOfEducation();

            educa.ShowDialog();
        }
Exemplo n.º 3
0
        private void ToolStripMenuFormEducation_Click(object sender, EventArgs e)
        {
            FormFormOfEducation educa = new FormFormOfEducation();

            educa.ShowDialog();
        }