Beispiel #1
0
        private void btnLayBaoCao_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            frmTinh_nguon_luc_san_xuat tinh_Nguon_Luc_San_Xuat = new frmTinh_nguon_luc_san_xuat();

            tinh_Nguon_Luc_San_Xuat.Show();
        }
Beispiel #2
0
        private void BtnHoTro_LapLich_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            frmTinh_nguon_luc_san_xuat tinh_Nguon_Luc_San_Xuat = new frmTinh_nguon_luc_san_xuat();

            tinh_Nguon_Luc_San_Xuat.ShowDialog();
        }