Inheritance: System.Windows.Forms.Form
 void m_cmd_dang_ky_bao_hiem_Click(object sender, EventArgs e)
 {
     try
     {
         f392_ke_khai_bao_hiem_y_te v_frm = new f392_ke_khai_bao_hiem_y_te();
         v_frm.ShowDialog();
     }
     catch (Exception v_e)
     {
         CSystemLog_301.ExceptionHandle(v_e);
     }
 }