コード例 #1
0
        protected override void btnImprimir_Click(object sender, EventArgs e)
        {
            formRPTfunciones reporteForm = new formRPTfunciones();

            reporteForm.ShowDialog();
        }
コード例 #2
0
        private void funcionesToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            formRPTfunciones reporteForm = new formRPTfunciones();

            reporteForm.ShowDialog();
        }