예제 #1
0
        private void manpowerPlanToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FPnt_GridPrint gp = new FPnt_GridPrint();

            gp.ShowDialog();

            gp.Close();
        }
예제 #2
0
        private void mnuReportsSchedule_Click(object sender, EventArgs e)
        {
            FPnt_GridPrint gp = new FPnt_GridPrint();

            gp.ShowDialog();

            gp.Close();
        }