Exemplo n.º 1
0
 private void proficiencyEditorToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ProficiencyEditor pe = new ProficiencyEditor();
     pe.Location = Location;
     pe.Top += 60;
     pe.Show();
 }
Exemplo n.º 2
0
 private void buttonAddNewProf_Click(object sender, EventArgs e)
 {
     ProficiencyEditor pe = new ProficiencyEditor();
     pe.Show();
 }