Beispiel #1
0
        private void btnThongKe_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            //frmStatistics frm = new frmStatistics();
            frmBaoCaoThongKe frm = new frmBaoCaoThongKe();

            frm.ShowDialog();
        }
Beispiel #2
0
        private void btnInThongKe_Click(object sender, EventArgs e)
        {
            frmBaoCaoThongKe frm = new frmBaoCaoThongKe();

            frm.ShowDialog();
            //if (checkDate())
            //{
            //    frmPrintStatics frm = new frmPrintStatics();
            //    frm.mfromDates = dateFrom.DateTime;
            //    frm.mendDates = dateEnd.DateTime;
            //    frm.prmFromDate = dateFrom.Text;
            //    frm.prmEndDate = dateEnd.Text;
            //    frm.ShowDialog();

            //}
        }
Beispiel #3
0
        private void simpleButton2_Click(object sender, EventArgs e)
        {
            frmBaoCaoThongKe frm = new frmBaoCaoThongKe();

            frm.ShowDialog();
        }