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