コード例 #1
0
 private void reportToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     BTS.UI.ReportAll reportAll = new ReportAll();
     reportAll.ShowDialog();
 }
コード例 #2
0
        //private void bookingConfirmToolStripMenuItem_Click(object sender, EventArgs e)
        //{
        //    BTS.UI.Confirm confirm = new Confirm();
        //    confirm.ShowDialog();
        //}

        //private void ticketOutToolStripMenuItem_Click_1(object sender, EventArgs e)
        //{
        //    BTS.UI.TicketOut ticketOut = new TicketOut();
        //    ticketOut.ShowDialog();
        //}

        private void pb1_Click(object sender, EventArgs e)
        {
            BTS.UI.ReportAll reportAll = new ReportAll();
            reportAll.ShowDialog();
        }