예제 #1
0
        private void batchreportbutton_Click(object sender, EventArgs e)
        {
            ReportByBatch f2 = new ReportByBatch();

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

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