Inheritance: System.Windows.Forms.Form
        void m_cmd_update_Click(object sender, EventArgs e)
        {
            try
            {
                decimal v_id_gd_qd = 0;
                v_id_gd_qd = CIPConvert.ToDecimal(m_grv_quyet_dinh.GetRowCellValue(m_grv_quyet_dinh.FocusedRowHandle, "ID"));

                us_obj_2_form(v_id_gd_qd);
                f361_quan_ly_quyet_dinh_de v_frm = new f361_quan_ly_quyet_dinh_de();
                v_frm.display_4_update(v_id_gd_qd);
                //m_e_form_mode = DataEntryFormMode.UpdateDataState;
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }
 void m_cmd_insert_Click(object sender, EventArgs e)
 {
     try
     {
         //clear_data_inform();
         //m_e_form_mode = DataEntryFormMode.InsertDataState;
         f361_quan_ly_quyet_dinh_de v_frm = new f361_quan_ly_quyet_dinh_de();
         v_frm.display_4_insert();
     }
     catch (Exception v_e)
     {
         CSystemLog_301.ExceptionHandle(v_e);
     }
 }