Ejemplo n.º 1
0
        private void manpowerPlanToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FPnt_GridPrint gp = new FPnt_GridPrint();

            gp.ShowDialog();

            gp.Close();
        }
Ejemplo n.º 2
0
        private void mnuReportsSchedule_Click(object sender, EventArgs e)
        {
            FPnt_GridPrint gp = new FPnt_GridPrint();

            gp.ShowDialog();

            gp.Close();
        }