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

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

            df.ShowDialog();
        }