Ejemplo n.º 1
0
        //Statistics Employee
        private void αναφοράToolStripMenuItem3_Click(object sender, EventArgs e)
        {
            StatisticEmployees se = new StatisticEmployees();

            se.MdiParent = this;
            se.Show();
        }
Ejemplo n.º 2
0
 //Statistics Employee
 private void αναφοράToolStripMenuItem3_Click(object sender, EventArgs e)
 {
     StatisticEmployees se = new StatisticEmployees();
     se.MdiParent = this;
     se.Show();
 }