コード例 #1
0
        private void batchreportbutton_Click(object sender, EventArgs e)
        {
            ReportByBatch f2 = new ReportByBatch();

            this.Visible = false;
            f2.ShowDialog();
            this.Visible = true;
        }
コード例 #2
0
ファイル: BatchPrint.cs プロジェクト: Kyoto-Engineering/KBD
        private void statusPrint_Click(object sender, EventArgs e)
        {
            ReportByBatch f2 = new ReportByBatch();

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