Exemplo n.º 1
0
        private void toolStripButtonBatch_Click(object sender, EventArgs e)
        {
            var df = new ReportWizardForm {
                MaximizeBox = false, MinimizeBox = false, StartPosition = FormStartPosition.CenterScreen
            };

            df.ShowDialog();
        }
Exemplo n.º 2
0
        private void batchDTRPrintToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var df = new ReportWizardForm {
                MaximizeBox = false, MinimizeBox = false, StartPosition = FormStartPosition.CenterScreen
            };

            df.ShowDialog();
        }