private void mnIstoric_Click(object sender, EventArgs e) { // if (fCopil1 == null) { fCopil1 = new FrmLectii(); fCopil1.MdiParent = this; fCopil1.idl = 1; fCopil1.Show(); } }
private void mnIndependenta_Click(object sender, EventArgs e) { // if (fCopil4 == null) { fCopil4 = new FrmLectii(); fCopil4.idl = 5; fCopil4.MdiParent = this; fCopil4.Show(); } }
private void mnDezvoltare_Click(object sender, EventArgs e) { // if (fCopil3 == null) { fCopil3 = new FrmLectii(); fCopil3.idl = 3; fCopil3.MdiParent = this; fCopil3.Show(); } }
private void mnInceput_Click(object sender, EventArgs e) { // if (fCopil2 == null) { fCopil2 = new FrmLectii(); fCopil2.idl = 2; fCopil2.MdiParent = this; fCopil2.Show(); } }
private void mnContemporan_Click(object sender, EventArgs e) { // if (fCopil5 == null) { fCopil5 = new FrmLectii(); fCopil5.idl = 6; fCopil5.MdiParent = this; fCopil5.Show(); } }