DisplayForQTT() public method

public DisplayForQTT ( System.DateTime ip_dat_tu_ngay, System.DateTime ip_dat_den_ngay, decimal ip_dc_id_nhan_vien ) : void
ip_dat_tu_ngay System.DateTime
ip_dat_den_ngay System.DateTime
ip_dc_id_nhan_vien decimal
return void
 private void m_grc_tong_hop_DoubleClick(object sender, EventArgs e)
 {
     try
     {
         DataRow v_dr_grv = m_adv_tong_hop.GetDataRow(m_adv_tong_hop.FocusedRowHandle);
         decimal v_id_nhan_vien = CIPConvert.ToDecimal(v_dr_grv["ID_NHAN_VIEN"].ToString());
         f489_rpt_qtt_ke_khai_detail v_frm = new f489_rpt_qtt_ke_khai_detail();
         v_frm.DisplayForQTT(m_dat_tu_thang.DateTime.Date, m_dat_den_thang.DateTime.Date, v_id_nhan_vien);
     }
     catch(Exception v_e)
     {
         CSystemLog_301.ExceptionHandle(v_e);
     }
 }