Exemple #1
0
        private void label2_Click(object sender, EventArgs e)
        {
            Education education = new Education();

            education.ShowDialog();
        }
 private void label2_Click(object sender, EventArgs e)
 {
     Education education = new Education();
     education.ShowDialog();
 }