BKI_DichVuMatDat.BaoCao.f492_quyet_toan_thue_TNCN.m_adv_tong_hop_DoubleClick C# (CSharp) Method

m_adv_tong_hop_DoubleClick() private method

private m_adv_tong_hop_DoubleClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void m_adv_tong_hop_DoubleClick(object sender, EventArgs e)
        {
            try
            {
                //GridView view = (GridView)sender;
                //Point pt = view.GridControl.PointToClient(Control.MousePosition);
                //DoRowDoubleClick(view, pt);
            }
            catch(Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }