private void batchreportbutton_Click(object sender, EventArgs e)
        {
            ReportByBatch f2 = new ReportByBatch();

            this.Visible = false;
            f2.ShowDialog();
            this.Visible = true;
        }
Esempio n. 2
0
        private void statusPrint_Click(object sender, EventArgs e)
        {
            ReportByBatch f2 = new ReportByBatch();

            this.Visible = false;
            f2.ShowDialog();
            this.Visible = true;
        }